List:Internals« Previous MessageNext Message »
From:kent Date:June 22 2005 4:44pm
Subject:bk commit into 5.0 tree (kent:1.1991) BUG#11481
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.1991 05/06/22 16:44:19 kent@stripped +1 -0
  mysql-test-run.pl:
    Bug#11481, set charset directory to mysqlbinlog

  mysql-test/mysql-test-run.pl
    1.34 05/06/22 16:40:44 kent@stripped +1 -1
    Bug#11481, set charset directory to mysqlbinlog

# 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:	kent
# Host:	g4.boortz.dyndns.org
# Root:	/Users/kent/mysql/bk/mysql-5.0

--- 1.33/mysql-test/mysql-test-run.pl	2005-06-22 16:25:28 +02:00
+++ 1.34/mysql-test/mysql-test-run.pl	2005-06-22 16:40:44 +02:00
@@ -1994,7 +1994,7 @@
   }
 
   my $cmdline_mysqlbinlog=
-    "$exe_mysqlbinlog --no-defaults --local-load=$opt_tmpdir";
+    "$exe_mysqlbinlog --no-defaults --local-load=$opt_tmpdir
--character-sets-dir=$path_charsetsdir";
 
   if ( $opt_debug )
   {
Thread
bk commit into 5.0 tree (kent:1.1991) BUG#11481kent22 Jun