mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Restore settings before test ends
This commit is contained in:
parent
7d4b25bda2
commit
ed6b8e2274
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue