Restore settings before test ends

parent 3253a936
......@@ -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';
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment