Commit 0437ac3a authored by Monty's avatar Monty

Added supporession of server restart message to events.events_restart

parent e0cff1e7
call mtr.add_suppression('Column count of mysql.event is wrong. Expected .*, found .*\. The table is probably corrupted');
call mtr.add_suppression('Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler');
set global event_scheduler=off;
create database events_test;
use events_test;
......
# Can't test with embedded server that doesn't support grants
-- source include/not_embedded.inc
--disable_query_log
call mtr.add_suppression('Column count of mysql.event is wrong. Expected .*, found .*\. The table is probably corrupted');
call mtr.add_suppression('Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler');
call mtr.add_suppression('Event Scheduler.*shutdown.*');
--enable_query_log
let $collation_server=`select @@collation_server`;
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment