HomeClusterLabs Projects

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

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.