mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -484,10 +484,11 @@ then
|
||||
args="$args --user=$user"
|
||||
fi
|
||||
|
||||
if test -n "$group"
|
||||
then
|
||||
args="$args --group=$group"
|
||||
fi
|
||||
#To be enabled if/when we enable --group as an option to mysqld
|
||||
#if test -n "$group"
|
||||
#then
|
||||
# args="$args --group=$group"
|
||||
#fi
|
||||
|
||||
# When doing a "cross bootstrap" install, no reference to the current
|
||||
# host should be added to the system tables. So we filter out any
|
||||
|
Reference in New Issue
Block a user