1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Make sure tests drops objects created and restore variables to default

This commit is contained in:
msvensson@pilot.blaudden
2007-03-01 14:16:38 +01:00
parent a49d6c5f51
commit 6b4a71659e
37 changed files with 69 additions and 10 deletions

View File

@ -83,3 +83,4 @@ DROP TABLE table_2;
DROP TABLE table_3;
DROP TABLE table_4;
DROP DATABASE events_test;
SET GLOBAL event_scheduler=OFF;