mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
Ensure that slaves have normal COMMIT behaviour after WL#1967
This commit is contained in:
parent
b0c4128c6a
commit
0b1f98e83e
@ -2769,6 +2769,7 @@ void set_slave_thread_options(THD* thd)
|
||||
{
|
||||
thd->options = ((opt_log_slave_updates) ? OPTION_BIN_LOG:0) |
|
||||
OPTION_AUTO_IS_NULL;
|
||||
thd->variables.completion_type= 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user