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:
@ -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*)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user