From: Date: September 28 2007 5:33pm Subject: bk commit into 5.1 tree (joerg:1.2606) BUG#30759 List-Archive: http://lists.mysql.com/commits/34651 X-Bug: 30759 Message-Id: <20070928153324.AE261199D@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.1 repository of joerg. When joerg 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-09-28 17:33:14+02:00, joerg@trift2. +1 -0 Preliminary fix for Bug #30759 mysql_install_db fails to set $extra_bindir properly in all cases. scripts/mysql_install_db.sh@stripped, 2007-09-28 17:33:09+02:00, joerg@trift2. +1 -0 Preliminary fix for Bug #30759 mysql_install_db fails to set $extra_bindir properly in all cases. Provided by Daniel for the 5.1.22-rc build, to be superseded by a better patch when that is available. diff -Nrup a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh --- a/scripts/mysql_install_db.sh 2007-08-13 23:22:31 +02:00 +++ b/scripts/mysql_install_db.sh 2007-09-28 17:33:09 +02:00 @@ -231,6 +231,7 @@ then pkgdatadir="@pkgdatadir@" else bindir="$basedir/bin" + extra_bindir="$bindir" # We set up bootstrap-specific paths later, so skip this for --windows if test "$windows" -eq 0 then