• Julius Goryavsky's avatar
    MDEV-19457: sys_vars.wsrep_provider_basic failed in buildbot · 578b6ba0
    Julius Goryavsky authored
    If the initialization of the wsrep provider failed, in some
    cases the internal variable wrep_inited indicating that the
    initialization has already been completed is still set to
    "1", which then leads to confusion in the initialization
    status. To solve the problem, we should set this variable
    to "1" only if the wsrep provider initialization really
    completed successfully.
    
    An earlier issue has already been fixed for branch 10.4,
    and this patch contains a fix for earlier versions (where
    Galera 3.x is used).
    578b6ba0
wsrep_mysqld.cc 82.4 KB