mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fixed bug with location of mysql_create_sytem_tables
This commit is contained in:
@ -191,7 +191,7 @@ then
|
|||||||
echo "Installing all prepared tables"
|
echo "Installing all prepared tables"
|
||||||
fi
|
fi
|
||||||
if (
|
if (
|
||||||
$pkgdatadir/mysql_create_system_tables $create_option $mdata $hostname $windows
|
$bindir/mysql_create_system_tables $create_option $mdata $hostname $windows
|
||||||
if test -n "$fill_help_tables"
|
if test -n "$fill_help_tables"
|
||||||
then
|
then
|
||||||
cat $fill_help_tables
|
cat $fill_help_tables
|
||||||
|
Reference in New Issue
Block a user