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:
@ -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
|
||||
|
Reference in New Issue
Block a user