Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
0437ac3a
Commit
0437ac3a
authored
Jul 11, 2024
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added supporession of server restart message to events.events_restart
parent
e0cff1e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/events/events_restart.result
mysql-test/suite/events/events_restart.result
+0
-2
mysql-test/suite/events/events_restart.test
mysql-test/suite/events/events_restart.test
+3
-0
No files found.
mysql-test/suite/events/events_restart.result
View file @
0437ac3a
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;
...
...
mysql-test/suite/events/events_restart.test
View file @
0437ac3a
# 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`
;
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment