diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-03-28 17:29:10 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-03-28 17:29:10 -0400 |
commit | 84a4db263a1d98e9a2f3c6b5816a9b6b9a019128 (patch) | |
tree | 34e88fe5c34eef90f550fe96aec38934ac00fc55 /sql/log_event.cc | |
parent | 555915faa9fc5ec0a7df09b51716be027120fa8c (diff) | |
parent | d7445ea6dfbd3be390792c636f755d3bb40d5fbf (diff) | |
download | mariadb-git-84a4db263a1d98e9a2f3c6b5816a9b6b9a019128.tar.gz |
Merge branch '5.5-galera' into 10.0-galera
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 31abf461f58..733b30f837b 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -12723,7 +12723,6 @@ void Incident_log_event::pack_info(THD *thd, Protocol *protocol) } #endif #if WITH_WSREP && !defined(MYSQL_CLIENT) -Format_description_log_event *wsrep_format_desc; // TODO: free them at the end /* read the first event from (*buf). The size of the (*buf) is (*buf_len). At the end (*buf) is shitfed to point to the following event or NULL and |