mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@ -487,7 +487,7 @@ void upgrade_lock_type(THD *thd, thr_lock_type *lock_type,
|
||||
}
|
||||
|
||||
bool log_on= (thd->variables.option_bits & OPTION_BIN_LOG);
|
||||
if (WSREP_BINLOG_FORMAT(global_system_variables.binlog_format) == BINLOG_FORMAT_STMT &&
|
||||
if (thd->wsrep_binlog_format(global_system_variables.binlog_format) == BINLOG_FORMAT_STMT &&
|
||||
log_on && mysql_bin_log.is_open())
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user