mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fixed typo in mysql_install_db
This commit is contained in:
parent
c4aafedfc6
commit
a6ee05e8d6
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue