Skip to content
Permalink
Browse files
Fix test case MW-329.
  • Loading branch information
Jan Lindström committed Mar 20, 2018
1 parent 33028f7 commit bc2e7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -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;

0 comments on commit bc2e7d7

Please sign in to comment.