1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-24 10:42:31 +03:00

Added method to check if provider is loaded

This commit is contained in:
mkaruza
2019-01-10 10:04:58 +01:00
parent 4ac15e4349
commit a3a632cafe

View File

@ -265,6 +265,8 @@ namespace wsrep
void unload_provider();
bool is_provider_loaded() const { return provider_ != 0; }
/**
* Return reference to provider.
*