Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.11, 11.4
Description
During recovery, InnoDB should truncate the undo log tablespace in recv_sys_t::apply()
even though there are no pages to recover. Because trx_lists_init_at_db_start() could have applied the redo log for undo tablespace page0 and deleted the page redo log
records.