mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
07485d9e0d
Fix a race Wait at the end of the test for all events to finish. Then continue to the next result. This should be done, as the server won't be restarted, and although events are dropped with drop database, they could still be executing in memory. mysql-test/r/events_restart_phase3.result: fix result mysql-test/t/events_restart_phase3.test: Fix a race Wait at the end of the test for all events to finish. Then continue to the next result. This should be done, as the server won't be restarted, and although events are dropped with drop database, they could still be executing in memory.
6 lines
117 B
Text
6 lines
117 B
Text
use events_test;
|
|
select @@event_scheduler;
|
|
@@event_scheduler
|
|
ON
|
|
drop table execution_log;
|
|
drop database events_test;
|