1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed typo in mysql_install_db

This commit is contained in:
monty@donna.mysql.fi
2001-04-17 18:15:30 +03:00
parent c4aafedfc6
commit a6ee05e8d6

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"