1
0
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:
sasha@laptop.slkc.uswest.net
2000-11-11 14:50:39 -07:00
parent f325f5fc7f
commit a25aed33d9
10 changed files with 138 additions and 91 deletions

View File

@@ -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;