mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
WL#3303
- binlog should always run if opt_bin_log is set
This commit is contained in:
parent
934e946a0b
commit
f7a1a076c7
1 changed files with 1 additions and 9 deletions
|
@ -3674,15 +3674,7 @@ pthread_handler_t ndb_binlog_thread_func(void *arg)
|
|||
|
||||
if (opt_bin_log)
|
||||
{
|
||||
if (global_system_variables.binlog_format == BINLOG_FORMAT_ROW ||
|
||||
global_system_variables.binlog_format == BINLOG_FORMAT_MIXED)
|
||||
{
|
||||
ndb_binlog_running= TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
sql_print_error("NDB: only row based binary logging is supported");
|
||||
}
|
||||
ndb_binlog_running= TRUE;
|
||||
}
|
||||
|
||||
/* Thread start up completed */
|
||||
|
|
Loading…
Reference in a new issue