From: Date: January 5 2009 2:16pm Subject: bzr commit into mysql-5.1 branch (jperkin:2707) Bug#41828 List-Archive: http://lists.mysql.com/commits/62478 X-Bug: 41828 Message-Id: <0KD00042I26YK700@fe-emea-10.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #At file:///home/sketch/bzr/mysql-5.1-build-bug41828/ based on revid:jperkin@stripped 2707 Jonathan Perkin 2009-01-05 bug#41828: mysql_install_db misses mysqld options when using --basedir * use full path to the errmsg.sys file in the failure message. modified: scripts/mysql_install_db.sh === modified file 'scripts/mysql_install_db.sh' === modified file 'scripts/mysql_install_db.sh' --- a/scripts/mysql_install_db.sh 2009-01-05 13:10:04 +0000 +++ b/scripts/mysql_install_db.sh 2009-01-05 13:14:48 +0000 @@ -310,7 +310,7 @@ then if test ! -f "$langdir/errmsg.sys" then - cannot_find_file "errmsg.sys" + cannot_find_file "$langdir/errmsg.sys" exit 1 fi mysqld_opt="--language=$langdir"