mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
BUG#28752 (binlog_format variable is empty when binlog is turned off):
Setting MIXED format instead of UNSPECIFIED format when server is started without log-bin.
This commit is contained in:
@@ -3295,7 +3295,7 @@ with --log-bin instead.");
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
global_system_variables.binlog_format= BINLOG_FORMAT_UNSPEC;
|
global_system_variables.binlog_format= BINLOG_FORMAT_MIXED;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (opt_binlog_format_id == BINLOG_FORMAT_UNSPEC)
|
if (opt_binlog_format_id == BINLOG_FORMAT_UNSPEC)
|
||||||
|
Reference in New Issue
Block a user