diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2013-12-18 11:08:21 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2013-12-18 11:08:21 +0100 |
commit | 48bec2a931d3ba69eb266f5f372a6b858d66973a (patch) | |
tree | f23fcee4b307ddc565239b0072d587e62956daae /mysql-test/r/events_trans.result | |
parent | ba22c3f29a1b3277ac9b1094f13b9efcf39b05fb (diff) | |
download | mariadb-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/r/events_trans.result')
-rw-r--r-- | mysql-test/r/events_trans.result | 1 |
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; |