List:Commits« Previous MessageNext Message »
From:msvensson Date:February 26 2006 10:37pm
Subject:bk commit into 5.0 tree (msvensson:1.2086)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2086 06/02/26 23:36:53 msvensson@neptunus.(none) +1 -0
  Trace mysqlcheck to file mysqlcheck.trcae

  mysql-test/mysql-test-run.pl
    1.72 06/02/26 23:36:45 msvensson@neptunus.(none) +1 -1
    Let mysqlcheck have it's own trace file

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0

--- 1.71/mysql-test/mysql-test-run.pl	2006-02-26 19:54:05 +01:00
+++ 1.72/mysql-test/mysql-test-run.pl	2006-02-26 23:36:45 +01:00
@@ -2650,7 +2650,7 @@
   if ( $opt_debug )
   {
     $cmdline_mysqlcheck .=
-      " --debug=d:t:A,$opt_vardir_trace/log/mysqldump.trace";
+      " --debug=d:t:A,$opt_vardir_trace/log/mysqlcheck.trace";
   }
 
   my $cmdline_mysqldump= "$exe_mysqldump --no-defaults -uroot " .
Thread
bk commit into 5.0 tree (msvensson:1.2086)msvensson26 Feb