#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"
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (jperkin:2707) Bug#41828 | Jonathan Perkin | 5 Jan 2009 |