mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-20143 innodb.innodb-virtual-columns-debug failed in buildbot with wrong result
there was a SELECT/DELETE race
This commit is contained in:
@ -6,11 +6,11 @@ SET debug_sync= "ib_open_after_dict_open SIGNAL delete_open WAIT_FOR another_ope
|
|||||||
DELETE FROM t1;
|
DELETE FROM t1;
|
||||||
connection default;
|
connection default;
|
||||||
SET debug_sync= "now WAIT_FOR delete_open";
|
SET debug_sync= "now WAIT_FOR delete_open";
|
||||||
SET debug_sync= "ib_open_after_dict_open SIGNAL another_open";
|
|
||||||
SELECT a FROM t1;
|
SELECT a FROM t1;
|
||||||
a
|
a
|
||||||
NULL
|
NULL
|
||||||
NULL
|
NULL
|
||||||
|
SET debug_sync= "now SIGNAL another_open";
|
||||||
connection con1;
|
connection con1;
|
||||||
disconnect con1;
|
disconnect con1;
|
||||||
connection default;
|
connection default;
|
||||||
|
@ -15,8 +15,8 @@ SET debug_sync= "ib_open_after_dict_open SIGNAL delete_open WAIT_FOR another_ope
|
|||||||
DELETE FROM t1;
|
DELETE FROM t1;
|
||||||
--connection default
|
--connection default
|
||||||
SET debug_sync= "now WAIT_FOR delete_open";
|
SET debug_sync= "now WAIT_FOR delete_open";
|
||||||
SET debug_sync= "ib_open_after_dict_open SIGNAL another_open";
|
|
||||||
SELECT a FROM t1;
|
SELECT a FROM t1;
|
||||||
|
SET debug_sync= "now SIGNAL another_open";
|
||||||
--connection con1
|
--connection con1
|
||||||
--reap
|
--reap
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user