Restore settings before test ends

This commit is contained in:
unknown 2008-04-09 09:48:06 +02:00
commit ed6b8e2274
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.