fixed bug with './' prefix in mysql_install_db

This commit is contained in:
vva@eagle.mysql.r18.ru 2003-06-14 17:33:25 -04:00
parent 27cbc507fa
commit 7bca3e774d

View file

@ -186,7 +186,7 @@ fi
echo "Installing all prepared tables"
if (
mysql_create_system_tables $create_option $mdata $hostname $windows
./mysql_create_system_tables $create_option $mdata $hostname $windows
if test -n "$fill_help_tables"
then
cat $fill_help_tables