summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/MW-328-footer.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/t/MW-328-footer.inc')
-rw-r--r--mysql-test/suite/galera/t/MW-328-footer.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/MW-328-footer.inc b/mysql-test/suite/galera/t/MW-328-footer.inc
new file mode 100644
index 00000000000..5b736df220f
--- /dev/null
+++ b/mysql-test/suite/galera/t/MW-328-footer.inc
@@ -0,0 +1,18 @@
+#
+# Cleanup for MW-328 tests
+#
+
+--connection node_1
+--disable_query_log
+--eval KILL CONNECTION $sp_connection_id
+--enable_query_log
+
+--connection node_1X
+--error 2013,1317
+--reap
+
+--connection node_1
+DROP PROCEDURE proc_update;
+DROP TABLE t1, t2;
+
+CALL mtr.add_suppression("conflict state 3 after post commit");