Commit 72896c42 authored by unknown's avatar unknown

Ensure that slaves have normal COMMIT behaviour after WL#1967


sql/slave.cc:
  Ensure that slaves have normal COMMIT behaviour
parent 5b3d102f
...@@ -2769,6 +2769,7 @@ void set_slave_thread_options(THD* thd) ...@@ -2769,6 +2769,7 @@ void set_slave_thread_options(THD* thd)
{ {
thd->options = ((opt_log_slave_updates) ? OPTION_BIN_LOG:0) | thd->options = ((opt_log_slave_updates) ? OPTION_BIN_LOG:0) |
OPTION_AUTO_IS_NULL; OPTION_AUTO_IS_NULL;
thd->variables.completion_type= 0;
} }
/* /*
......
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