1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Restore settings before test ends

This commit is contained in:
msvensson@shellback.(none)
2008-04-09 09:48:06 +02:00
parent 3253a936da
commit 74b43edce2
2 changed files with 4 additions and 0 deletions

View File

@@ -736,3 +736,4 @@ select name from mysql.event where name = 'p' and sql_mode = @full_mode;
name
drop event e1;
DROP DATABASE events_test;
SET GLOBAL event_scheduler= 'ON';

View File

@@ -971,4 +971,7 @@ let $wait_condition=
DROP DATABASE events_test;
# Restore event_schedulre setting to how it was when test started
SET GLOBAL event_scheduler= 'ON';
# THIS MUST BE THE LAST LINE in this file.