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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user