mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Ensure that slaves have normal COMMIT behaviour after WL#1967
sql/slave.cc: Ensure that slaves have normal COMMIT behaviour
This commit is contained in:
parent
5b3d102f15
commit
72896c4215
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue