• Nirbhay Choubey's avatar
    MDEV#4138: Galera: mysqld_safe doesn't pass on wsrep_provider to mysqld · 730466b3
    Nirbhay Choubey authored
    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.
    730466b3
mysqld_safe.sh 30.4 KB