summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorgbichot@production.mysql.com <>2005-03-22 00:26:12 +0100
committergbichot@production.mysql.com <>2005-03-22 00:26:12 +0100
commitc766efdc5db3f54650f9202225a82db715e75e6f (patch)
treea68553da2993095e4192c9deed704a0dc63b5e8b /sql/slave.h
parent371850a4596cea70a250a97b5a70c5c2425f1de0 (diff)
downloadmariadb-git-c766efdc5db3f54650f9202225a82db715e75e6f.tar.gz
Last part of WL#1062: better replication of timezones: no more use
of SET ONE_SHOT; storing tz info directly in event (if this info is needed), it's now allowed to have different global tz on master and slave.
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/slave.h b/sql/slave.h
index ee5541ffe08..bc41cd4deca 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -562,6 +562,7 @@ int init_relay_log_pos(RELAY_LOG_INFO* rli,const char* log,ulonglong pos,
int purge_relay_logs(RELAY_LOG_INFO* rli, THD *thd, bool just_reset,
const char** errmsg);
void set_slave_thread_options(THD* thd);
+void set_slave_thread_default_charset(THD* thd, RELAY_LOG_INFO *rli);
void rotate_relay_log(MASTER_INFO* mi);
extern "C" pthread_handler_decl(handle_slave_io,arg);