fixed bug with './' prefix in mysql_install_db

parent 27cbc507
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment