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

@ -91,8 +91,7 @@ int init_master_info(MASTER_INFO* mi);
void end_master_info(MASTER_INFO* mi);
extern bool opt_log_slave_updates ;
pthread_handler_decl(handle_slave,arg);
extern bool volatile abort_loop, abort_slave;
extern bool slave_running;
extern bool volatile abort_loop, abort_slave, slave_running;
extern uint32 slave_skip_counter;
// needed for problems when slave stops and
// we want to restart it skipping one or more events in the master log that