List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:July 26 2007 2:31pm
Subject:bk commit into 5.0 tree (jperkin:1.2480)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jperkin. When jperkin 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-07-26 14:31:11+02:00, jperkin@stripped +1 -0
  mysql_install_db.sh:
    Fix error in previous change, correct --language argument.

  scripts/mysql_install_db.sh@stripped, 2007-07-26 14:30:29+02:00, jperkin@stripped +1 -1
    Fix error in previous change, correct --language argument.

diff -Nrup a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
--- a/scripts/mysql_install_db.sh	2007-07-26 14:24:17 +02:00
+++ b/scripts/mysql_install_db.sh	2007-07-26 14:30:29 +02:00
@@ -215,7 +215,7 @@ then
   then
     mysqld_opt="--language=$srcdir/sql/share/english"
   else
-    mysqld_opt="./sql/share/english"
+    mysqld_opt="--language=./sql/share/english"
   fi
 fi
 
Thread
bk commit into 5.0 tree (jperkin:1.2480)Jonathan Perkin26 Jul