• Teemu Ollakka's avatar
    MDEV-30419 Fix unhandled exception thrown from wsrep-lib · beb1e230
    Teemu Ollakka authored
    Updated wsrep-lib to version in which server_state
    wait_until_state() and sst_received() were changed to report
    errors via return codes instead of throwing exceptions. Added
    error handling accordingly.
    
    Tested manually that failure in sst_received() which was
    caused by server misconfiguration (unknown configuration variable
    in server configuration) does not cause crash due to uncaught
    exception.
    beb1e230
wsrep_sst.cc 53.8 KB