summaryrefslogtreecommitdiff
path: root/mysql-test/r
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
commitb2bb09529c09662a04b80a7d6c48585b6cc7985a (patch)
treef23fcee4b307ddc565239b0072d587e62956daae /mysql-test/r
parenta3c97756577c135219d7e6eaa34d8d49d4b12acc (diff)
downloadmariadb-git-b2bb09529c09662a04b80a7d6c48585b6cc7985a.tar.gz
MTR's internal check of the test case 'main.events_trans' failed.
fix: DROP EVENT e1;
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/events_trans.result1
1 files changed, 1 insertions, 0 deletions
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;