mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
dd31d45789
Final stroke, events should be loaded from disk on server startup. Also check the validity of their bodies if possible during loading.
6 lines
215 B
Text
6 lines
215 B
Text
use mysqltest_events_test;
|
|
"Should get 0 rows because the queue aborted run
|
|
select distinct name from execution_log order by name;
|
|
name
|
|
delete from mysql.event where name like 'bad%';
|
|
"Now restart the server again"
|