Commit 53cebed3 authored by Nuno Carvalho's avatar Nuno Carvalho

BUG#16541422: LOG-SLAVE-UPDATES + REPLICATE-WILD-IGNORE-TABLE FAILS FOR USER VARIABLES

Merge from mysql-5.1 into mysql-5.5.
parents e3c201d7 84bd6fec
......@@ -6121,7 +6121,7 @@ int User_var_log_event::do_apply_event(Relay_log_info const *rli)
{
Item *it= 0;
CHARSET_INFO *charset;
query_id_t sav_query_id; /* memorize orig id when deferred applying */
query_id_t sav_query_id= 0; /* memorize orig id when deferred applying */
if (rli->deferred_events_collecting)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment