mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Don't enable binlogs by default as this gives too many warnings
This commit is contained in:
parent
18fd0b9467
commit
18d0e6a73d
1 changed files with 1 additions and 1 deletions
|
@ -5871,7 +5871,7 @@ static void mysql_init_variables(void)
|
|||
opt_skip_slave_start= opt_reckless_slave = 0;
|
||||
mysql_home[0]= pidfile_name[0]= log_error_file[0]= 0;
|
||||
opt_log= opt_update_log= opt_slow_log= 0;
|
||||
opt_bin_log= 1; // Enable binlog by default
|
||||
opt_bin_log= 0;
|
||||
opt_disable_networking= opt_skip_show_db=0;
|
||||
opt_logname= opt_update_logname= opt_binlog_index_name= opt_slow_logname= 0;
|
||||
opt_tc_log_file= (char *)"tc.log"; // no hostname in tc_log file name !
|
||||
|
|
Loading…
Reference in a new issue