mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Provide additional provider error status. Fixed IST handling.
This commit is contained in:
@ -428,6 +428,14 @@ namespace wsrep
|
||||
*/
|
||||
void initialized();
|
||||
|
||||
/**
|
||||
* Return true if the server has been initialized.
|
||||
*/
|
||||
bool is_initialized() const
|
||||
{
|
||||
wsrep::unique_lock<wsrep::mutex> lock(mutex_);
|
||||
return init_initialized_;
|
||||
}
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user