diff options
author | unknown <vva@eagle.mysql.r18.ru> | 2003-07-17 12:15:41 -0400 |
---|---|---|
committer | unknown <vva@eagle.mysql.r18.ru> | 2003-07-17 12:15:41 -0400 |
commit | 96627521e88660b3bc7f4624c06f13e435de9db9 (patch) | |
tree | 175c10306710822ffbbb0db85ad2258d59356435 /scripts/mysql_install_db.sh | |
parent | cb8e29cb43e927f110b16ac959ee7afde82bf5df (diff) | |
download | mariadb-git-96627521e88660b3bc7f4624c06f13e435de9db9.tar.gz |
fixed bug with location of mysql_create_sytem_tables
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 9e4f35dd5e1..a69995e51a0 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -191,7 +191,7 @@ then echo "Installing all prepared tables" fi 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" then cat $fill_help_tables |