• Teemu Ollakka's avatar
    Simplified Wsrep_client_service::interrupted() · 24be8438
    Teemu Ollakka authored
    Wsrep-lib is now guaranteed to hold the underlying mutex
    which is wrapped in lock object passed to Wsrep_client_service
    interrupted() call. The library part will now take care of
    checking the wsrep::transaction specific state, so it is
    enough to check the thd->killed state for the result.
    24be8438
wsrep_client_service.cc 9.37 KB