HomeClusterLabs Projects

galera: Fix value used for connecting with the empty password.

Description

galera: Fix value used for connecting with the empty password.

When check_passwd_use_empty option was introduced, it added a possibility
to connect to mysql explicitly using empty password, thus bypassing defaults
set in ~/.my.cnf.
However the the empty password set for MYSQL_OPTIONS_CHECK variable was wrong,
adding too many levels of escaping and ultimately failing when passed to mysql client.

This commit changes the password value in MYSQL_OPTIONS_CHECK so that it really
ends in passing the empty string.

Details

Provenance
Jiří Suchomel <jiri.suchomel@suse.com>Authored on Apr 2 2020, 5:38 AM
Parents
rR09a5cd7435f7: Merge pull request #1465 from oalbrigt/redis-validate-start
Branches
Unknown
Tags
Unknown

Event Timeline