From 18d0e6a73d1dca6b967e8f006012f78e7af74140 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 14 May 2005 19:31:34 +0300 Subject: [PATCH] Don't enable binlogs by default as this gives too many warnings --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 12f3fe31e06..84a041167f1 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -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 !