summaryrefslogtreecommitdiff
path: root/mysql-test/t/events_trans.test
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2013-12-18 11:08:21 +0100
committerTor Didriksen <tor.didriksen@oracle.com>2013-12-18 11:08:21 +0100
commit48bec2a931d3ba69eb266f5f372a6b858d66973a (patch)
treef23fcee4b307ddc565239b0072d587e62956daae /mysql-test/t/events_trans.test
parentba22c3f29a1b3277ac9b1094f13b9efcf39b05fb (diff)
downloadmariadb-git-48bec2a931d3ba69eb266f5f372a6b858d66973a.tar.gz
MTR's internal check of the test case 'main.events_trans' failed.
fix: DROP EVENT e1;
Diffstat (limited to 'mysql-test/t/events_trans.test')
-rw-r--r--mysql-test/t/events_trans.test1
1 files changed, 1 insertions, 0 deletions
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;