Fix test case MW-329.

This commit is contained in:
Jan Lindström 2018-03-20 12:10:17 +02:00
parent 33028f7c4b
commit bc2e7d7889
2 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,4 @@ VARIABLE_VALUE > 0
DROP PROCEDURE proc_insert;
DROP TABLE t1;
CALL mtr.add_suppression("conflict state 3 after post commit");
set global innodb_status_output=Default;

View File

@ -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
CALL mtr.add_suppression("conflict state 3 after post commit");
set global innodb_status_output=Default;