Skip to content

Commit

Permalink
galera_recovery: misses reading default configuration groups
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 13, 2018
1 parent 7dc5183 commit 67f3fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/galera_recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67f3fb1

Please sign in to comment.