mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The test innodb.recovery_shutdown would occasionally fail, because recovered incomplete transactions would be conflicting with DROP TABLE, causing the background drop table queue to be invoked. Add a slow shutdown before dropping the tables, so that the recovered transactions will be rolled back. Starting with MDEV-14705, normal shutdown would abort the rollback of recovered transactions.
1.5 KiB
1.5 KiB