1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-19200: shutdown timeout on innodb.undo_truncate_recover

Optimize the test by dropping the table early and by using only
one undo log thread, so that purge will be doing more useful work
and less busy work of suspending and resuming the worker threads.

The test used to cause shutdown timeout on 10.4 on buildbot, and
for me locally when using --mysqld=--innodb-sync-debug.
With these tweaks, it passes for me with --mysqld=--innodb-sync-debug.
This commit is contained in:
Marko Mäkelä
2019-08-16 09:50:54 +03:00
parent 555af003e4
commit fe6eac0cf7
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
--innodb-purge-threads=1