diff options
author | Andrei Elkin <aelkin@mysql.com> | 2009-11-10 20:45:15 +0200 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2009-11-10 20:45:15 +0200 |
commit | d09bded416299026e3268c0364af601560bd3882 (patch) | |
tree | 4673f5dde3aac3f1173eb33cbd96a67269d48499 /sql/log_event.h | |
parent | 60d4662496c0831753085b172d70b39d98164892 (diff) | |
parent | 69d6fcbd3b225c177c4e0e3af65aa2cf9494eff3 (diff) | |
download | mariadb-git-d09bded416299026e3268c0364af601560bd3882.tar.gz |
merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade fail and are under treatment
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 5a897c55061..cba0264f4ae 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -2021,15 +2021,15 @@ private: class Load_log_event: public Log_event { private: - uint get_query_buffer_length(); - void print_query(bool need_db, char *buf, char **end, - char **fn_start, char **fn_end); protected: int copy_log_event(const char *buf, ulong event_len, int body_offset, const Format_description_log_event* description_event); public: + uint get_query_buffer_length(); + void print_query(bool need_db, const char *cs, char *buf, char **end, + char **fn_start, char **fn_end); ulong thread_id; ulong slave_proxy_id; uint32 table_name_len; |