1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added supporession of server restart message to events.events_restart

This commit is contained in:
Monty
2024-07-11 13:52:14 +03:00
parent e0cff1e72b
commit 0437ac3ae0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
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;

View File

@@ -1,7 +1,10 @@
# 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`;
#