1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Merge branch 'master' into deadlock-warnings

This commit is contained in:
sjaakola
2018-10-17 17:09:05 +03:00
7 changed files with 148 additions and 77 deletions

View File

@ -271,7 +271,10 @@ namespace wsrep
*
* @throw wsrep::runtime_error if provider has not been loaded
*
* @todo This should not be virtual.
* @todo This should not be virtual. However, currently there
* is no mechanism for tests and integrations to provide
* their own provider implementations, so this is kept virtual
* for time being.
*/
virtual wsrep::provider& provider() const
{