MDEV-34855 Bootstrap hangs while shrinking the system tablespace
Reason: ======= - During bootstrap, InnoDB shrinks the system tablespace while purge is still active on system tablespace. This could lead to deadlock. Fix: ==== Avoid System tablespace shrinking during bootstrap. Move the shrinking logic of system tablespace after purge gets shutdown.
Showing
Please register or sign in to comment