mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
fixed bug with './' prefix in mysql_install_db
This commit is contained in:
parent
27cbc507fa
commit
7bca3e774d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue