Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2(EOL)
Description
MDEV-22721 inadvertently introduced an infinite loop to the function page_validate() for any code path that executes goto func_exit2. A necessary return statement was effectively deleted when the code was moved.
This would cause an infinite loop in the server when it encounters a corrupted page.
Attachments
Issue Links
- is caused by
-
MDEV-22721 Remove bloat caused by InnoDB logger class
- Closed