diff options
author | sasha@mysql.sashanet.com <> | 2001-05-28 19:18:23 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-28 19:18:23 -0600 |
commit | 8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374 (patch) | |
tree | 555928735ac48778eab810466107750e6e6131a1 /sql/sql_repl.h | |
parent | 8a3f87ab072f274e67259135c88c30a9dff166b9 (diff) | |
download | mariadb-git-8f6b34f950c5a9fbc3c6ddb9fbdc182df5c59374.tar.gz |
updates for LOAD DATA FROM MASTER + some cleanup of replication code
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index 68f2b4ba6c4..2428928f044 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -14,6 +14,8 @@ File open_binlog(IO_CACHE *log, const char *log_file_name, int start_slave(THD* thd = 0, bool net_report = 1); int stop_slave(THD* thd = 0, bool net_report = 1); +int load_master_data(THD* thd); +int connect_to_master(THD *thd, MYSQL* mysql, MASTER_INFO* mi); int change_master(THD* thd); void reset_slave(); void reset_master(); |