Commit bc2e7d78 authored by Jan Lindström's avatar Jan Lindström

Fix test case MW-329.

parent 33028f7c
......@@ -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;
......@@ -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;
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment