1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Code review for Bug#43587 Putting event_scheduler=1 in init SQL file crashes

mysqld
This commit is contained in:
Konstantin Osipov
2009-07-24 20:20:46 +04:00
parent c24cccabdd
commit b4bf7dd31e
6 changed files with 60 additions and 27 deletions

View File

@ -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;