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

dded volatile to replication variable

This commit is contained in:
monty@tik.mysql.fi
2001-07-07 23:26:06 +03:00
parent c66b870cfc
commit 19a99dd3fd
5 changed files with 32 additions and 14 deletions

View File

@ -26,7 +26,7 @@
#define RPL_LOG_NAME (glob_mi.log_file_name[0] ? glob_mi.log_file_name :\
"FIRST")
bool slave_running = 0;
volatile bool slave_running = 0;
pthread_t slave_real_id;
MASTER_INFO glob_mi;
HASH replicate_do_table, replicate_ignore_table;