Fix test case MW-329.
This commit is contained in:
parent
33028f7c4b
commit
bc2e7d7889
@ -19,3 +19,4 @@ VARIABLE_VALUE > 0
|
|||||||
DROP PROCEDURE proc_insert;
|
DROP PROCEDURE proc_insert;
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
CALL mtr.add_suppression("conflict state 3 after post commit");
|
CALL mtr.add_suppression("conflict state 3 after post commit");
|
||||||
|
set global innodb_status_output=Default;
|
||||||
|
@ -83,3 +83,5 @@ DROP TABLE t1;
|
|||||||
|
|
||||||
# Due to MW-330, Multiple "conflict state 3 after post commit" warnings if table is dropped while SP is running
|
# Due to MW-330, Multiple "conflict state 3 after post commit" warnings if table is dropped while SP is running
|
||||||
CALL mtr.add_suppression("conflict state 3 after post commit");
|
CALL mtr.add_suppression("conflict state 3 after post commit");
|
||||||
|
|
||||||
|
set global innodb_status_output=Default;
|
Loading…
x
Reference in New Issue
Block a user