Commit fdd296c8 authored by unknown's avatar unknown

fixed bug with './' prefix in mysql_install_db


scripts/mysql_install_db.sh:
  fixed bug with './' prefix
parent d9a6a9ac
......@@ -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