mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge pull request #539 from grooverdan/10.1-wsrep_sst_rsync_read_MYSQL_BASE_VERSION_config
MDEV-14851: galera_recovery to read correct configuration file sections
This commit is contained in:
commit
f4454a35fc
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ else
|
|||
log "WSREP: mktemp failed"
|
||||
fi
|
||||
|
||||
parse_arguments `$print_defaults $cmdline_args --loose-verbose \
|
||||
mariadb mariadb_safe mysqld mysqld_safe safe_mysqld galera`
|
||||
parse_arguments `$print_defaults $cmdline_args --loose-verbose --mysqld`
|
||||
|
||||
# Perform wsrep position recovery if wsrep_on=1, skip otherwise.
|
||||
if [ "$wsrep_on" -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue