diff options
Diffstat (limited to 'mysql-test/t/events_trans.test')
-rw-r--r-- | mysql-test/t/events_trans.test | 1 |
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; |