From b2bb09529c09662a04b80a7d6c48585b6cc7985a Mon Sep 17 00:00:00 2001 From: Tor Didriksen Date: Wed, 18 Dec 2013 11:08:21 +0100 Subject: [PATCH] MTR's internal check of the test case 'main.events_trans' failed. fix: DROP EVENT e1; --- mysql-test/r/events_trans.result | 1 + mysql-test/t/events_trans.test | 1 + 2 files changed, 2 insertions(+) diff --git a/mysql-test/r/events_trans.result b/mysql-test/r/events_trans.result index 37951c30787..084587079ba 100644 --- a/mysql-test/r/events_trans.result +++ b/mysql-test/r/events_trans.result @@ -135,3 +135,4 @@ SELECT * FROM t2; a ROLLBACK WORK TO SAVEPOINT A; DROP TABLE t1, t2; +DROP EVENT e1; diff --git a/mysql-test/t/events_trans.test b/mysql-test/t/events_trans.test index 4cf2583ac96..6d829379fea 100644 --- a/mysql-test/t/events_trans.test +++ b/mysql-test/t/events_trans.test @@ -146,3 +146,4 @@ SELECT * FROM t2; ROLLBACK WORK TO SAVEPOINT A; DROP TABLE t1, t2; +DROP EVENT e1;