MDEV#4138: Galera: mysqld_safe doesn't pass on wsrep_provider to mysqld
In mysqld_safe script, during the processing of command line options, the supplied wsrep_provider option was not getting appended to the set of mysqld options. Hence, wsrep plugin would never receive the path for wsrep provider. Fixed by adding logic to append the wsrep_provider option to the set of mysqld options.
Showing
Please register or sign in to comment