1
0
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:
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

@ -1976,6 +1976,7 @@ extern bool opt_disable_networking, opt_skip_show_db;
extern bool opt_ignore_builtin_innodb;
extern my_bool opt_character_set_client_handshake;
extern bool volatile abort_loop, shutdown_in_progress;
extern bool in_bootstrap;
extern uint volatile thread_count, thread_running, global_read_lock;
extern uint connection_count;
extern my_bool opt_sql_bin_update, opt_safe_user_create, opt_no_mix_types;