mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
laptop commit, syncing with the repostitory. Fixed some bad bugs in replication
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#ifndef SQL_REPL_H
|
||||
#define SQL_REPL_H
|
||||
|
||||
extern bool slave_running;
|
||||
extern volatile bool abort_slave;
|
||||
#include "slave.h"
|
||||
|
||||
extern char* master_host;
|
||||
extern pthread_t slave_real_id;
|
||||
extern MASTER_INFO glob_mi;
|
||||
extern my_string opt_bin_logname, master_info_file;
|
||||
extern I_List<i_string> binlog_do_db, binlog_ignore_db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user