List:Internals« Previous MessageNext Message »
From:monty Date:March 3 2005 12:21pm
Subject:bk commit into 5.0 tree (monty:1.1777)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of monty. When monty 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
  1.1777 05/03/03 13:21:42 monty@stripped +1 -0
  Fixed compiler warning

  sql/mysqld.cc
    1.433 05/03/03 13:21:38 monty@stripped +1 -1
    Fixed compiler warning

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	monty
# Host:	narttu.mysql.com
# Root:	/home/my/mysql-5.0

--- 1.432/sql/mysqld.cc	2005-03-01 14:47:08 +02:00
+++ 1.433/sql/mysqld.cc	2005-03-03 13:21:38 +02:00
@@ -5793,7 +5793,7 @@
   opt_log= opt_update_log= opt_bin_log= opt_slow_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= "tc.log";      // no hostname in tc_log file name !
+  opt_tc_log_file= (char*) "tc.log";      // no hostname in tc_log file name !
   opt_secure_auth= 0;
   opt_bootstrap= opt_myisam_log= 0;
   mqh_used= 0;
Thread
bk commit into 5.0 tree (monty:1.1777)monty3 Mar