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

MDEV-12754 innodb.truncate_debug fails in buildbot with embedded due to semaphore wait

fix sporadic innodb.truncate_purge_debug failures
This commit is contained in:
Sergei Golubchik
2017-05-10 17:10:28 +02:00
parent 2819133711
commit fee8d39ecb
4 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,6 @@ send set global innodb_adaptive_hash_index=off;
connection default;
SET DEBUG_SYNC= 'now SIGNAL finish_scan';
SET DEBUG_SYNC= 'RESET';
connection con1;
reap;
@ -114,6 +113,7 @@ reap;
disconnect con2;
connection default;
SET DEBUG_SYNC= 'RESET';
SET session lock_wait_timeout=default;
set global innodb_adaptive_hash_index=on;