mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01: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:
parent
acd19de63d
commit
2bcbb7dafc
1 changed files with 1 additions and 1 deletions
|
@ -3295,7 +3295,7 @@ with --log-bin instead.");
|
|||
}
|
||||
else
|
||||
{
|
||||
global_system_variables.binlog_format= BINLOG_FORMAT_UNSPEC;
|
||||
global_system_variables.binlog_format= BINLOG_FORMAT_MIXED;
|
||||
}
|
||||
else
|
||||
if (opt_binlog_format_id == BINLOG_FORMAT_UNSPEC)
|
||||
|
|
Loading…
Reference in a new issue