mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
10 lines
334 B
Text
10 lines
334 B
Text
|
# Can't test with embedded server that doesn't support grants
|
||
|
-- source include/not_embedded.inc
|
||
|
|
||
|
use mysqltest_events_test;
|
||
|
--sleep 1.5
|
||
|
--echo "Should get 0 rows because the queue aborted run
|
||
|
select distinct name from execution_log order by name;
|
||
|
delete from mysql.event where name like 'bad%';
|
||
|
--echo "Now restart the server again"
|