1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MMDEV-27823 mariadb-install-db --group fails

Fixed by not sending --group option to the server (for now)

Reviwer: Sergei Golubchik
This commit is contained in:
Monty
2022-03-01 11:46:57 +02:00
parent 1c74d1bcac
commit 3fd79a04b6
2 changed files with 6 additions and 4 deletions

View File

@ -722,6 +722,7 @@ then
if test "$user" != "root" -o $SET_USER = 1
then
USER_OPTION="--user=$user"
# To be used if/when we enable --system-group as an option to mysqld
GROUP_OPTION="--group=$group"
fi
if test -n "$open_files"