1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-342: fix two race conditions in the test case that could occasionally cause spurious failures.

This commit is contained in:
unknown
2012-06-22 10:42:55 +02:00
parent a5731b27b7
commit 048cc42052
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
SET GLOBAL max_binlog_size= 4096;
SET GLOBAL innodb_flush_log_at_trx_commit= 1;
RESET MASTER;
CREATE TABLE t1 (a INT PRIMARY KEY, b MEDIUMTEXT) ENGINE=Innodb;
SET DEBUG_SYNC= "binlog_open_before_update_index SIGNAL con1_ready WAIT_FOR con1_cont";
SET SESSION debug_dbug="+d,crash_create_critical_before_update_index";