MTR's internal check of the test case 'main.events_trans' failed.

fix: DROP EVENT e1;
This commit is contained in:
Tor Didriksen 2013-12-18 11:08:21 +01:00
parent a3c9775657
commit b2bb09529c
2 changed files with 2 additions and 0 deletions

View File

@ -135,3 +135,4 @@ SELECT * FROM t2;
a
ROLLBACK WORK TO SAVEPOINT A;
DROP TABLE t1, t2;
DROP EVENT e1;

View File

@ -146,3 +146,4 @@ SELECT * FROM t2;
ROLLBACK WORK TO SAVEPOINT A;
DROP TABLE t1, t2;
DROP EVENT e1;