summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-03-26 09:42:33 +0100
committerSergei Golubchik <sergii@pisem.net>2014-03-26 09:42:33 +0100
commit218280bcd76eb8cbe083157433d709ff7a0e3580 (patch)
treebe2d0157628b7059a309243fe625e36653926c8e /sql/log_event.h
parentc73a0638c233f421bc17705d94e934d8fccfbe19 (diff)
downloadmariadb-git-218280bcd76eb8cbe083157433d709ff7a0e3580.tar.gz
make append_query_string() more usable:
simplify the prototype and move it to sql_string.h
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 06da034dc58..bba1b907a57 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -4766,9 +4766,6 @@ private:
bool slave_execute_deferred_events(THD *thd);
#endif
-int append_query_string(THD *thd, CHARSET_INFO *csinfo,
- String const *from, String *to);
-
bool rpl_get_position_info(const char **log_file_name, ulonglong *log_pos,
const char **group_relay_log_name,
ulonglong *relay_log_pos);