mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Code review for Bug#43587 Putting event_scheduler=1 in init SQL file crashes
mysqld
This commit is contained in:
@ -35,4 +35,10 @@ CREATE DATABASE IF NOT EXISTS init_file;
|
||||
CREATE TABLE IF NOT EXISTS init_file.startup ( startdate DATETIME );
|
||||
INSERT INTO init_file.startup VALUES ( NOW() );
|
||||
|
||||
#
|
||||
# Bug#43587 "Putting event_scheduler=1 in init SQL file crashes mysqld"
|
||||
# Check that putting event_scheduler=1 to init file doesn't lead to
|
||||
# crashes.
|
||||
#
|
||||
|
||||
SET GLOBAL event_scheduler=1;
|
||||
|
Reference in New Issue
Block a user