List:Commits« Previous MessageNext Message »
From:msvensson Date:March 28 2007 1:57pm
Subject:bk commit into 5.0 tree (msvensson:1.2423)
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@stripped, 2007-03-28 15:56:57+02:00, msvensson@stripped +1 -0
  Add back the look for exe_mysql

  mysql-test/mysql-test-run.pl@stripped, 2007-03-28 15:56:56+02:00, msvensson@stripped +1 -0
    Add back the look for exe_mysql

# 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:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.213/mysql-test/mysql-test-run.pl	2007-03-28 11:16:49 +02:00
+++ 1.214/mysql-test/mysql-test-run.pl	2007-03-28 15:56:56 +02:00
@@ -1519,6 +1519,7 @@ sub executable_setup () {
   $exe_mysqlshow=      mtr_exe_exists("$path_client_bindir/mysqlshow");
   $exe_mysqlbinlog=    mtr_exe_exists("$path_client_bindir/mysqlbinlog");
   $exe_mysqladmin=     mtr_exe_exists("$path_client_bindir/mysqladmin");
+  $exe_mysql=          mtr_exe_exists("$path_client_bindir/mysql");
 
   if (!$opt_extern)
   {
Thread
bk commit into 5.0 tree (msvensson:1.2423)msvensson28 Mar