1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-06-30 18:01:53 +03:00

Initial RSU implementation.

This commit is contained in:
Teemu Ollakka
2018-07-03 12:37:22 +03:00
parent c552d944ed
commit 4e8dfca3f1
6 changed files with 87 additions and 12 deletions

View File

@ -75,6 +75,11 @@ void db::server_service::log_view(const wsrep::view&)
wsrep::log_info() << "View";
}
int db::server_service::wait_committing_transactions(int)
{
throw wsrep::not_implemented_error();
}
void db::server_service::debug_sync(const char*)
{