1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed typo in mysql_install_db

scripts/mysql_install_db.sh:
  Fixed typo
This commit is contained in:
unknown
2001-04-17 18:15:30 +03:00
parent 6738cfb979
commit 320dc6eeef

View File

@@ -85,6 +85,7 @@ if test -x "$basedir/libexec/mysqld"
then
execdir="$basedir/libexec"
elif test -x "@libexecdir@/mysqld"
then
execdir="@libexecdir@"
else
execdir="$basedir/bin"