List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:October 29 2007 9:52am
Subject:bk commit into 5.0 tree (kaa:1.2553) BUG#29131
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kaa. When kaa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-10-29 11:52:44+03:00, kaa@polly.(none) +1 -0
  Fixed compile warnings introduced by the patch for bug #29131.

  sql/mysqld.cc@stripped, 2007-10-29 11:52:39+03:00, kaa@polly.(none) +2 -1
    Fixed compile warnings introduced by the patch for bug #29131.

diff -Nrup a/sql/mysqld.cc b/sql/mysqld.cc
--- a/sql/mysqld.cc	2007-10-29 10:25:38 +03:00
+++ b/sql/mysqld.cc	2007-10-29 11:52:39 +03:00
@@ -6544,7 +6544,8 @@ static void mysql_init_variables(void)
   /* Things reset to zero */
   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_log= opt_slow_log= 0;
+  opt_update_log= 0;
   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;
Thread
bk commit into 5.0 tree (kaa:1.2553) BUG#29131Alexey Kopytov29 Oct