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

Deal with init before SST case.

This commit is contained in:
Teemu Ollakka
2018-06-29 17:02:35 +03:00
parent 0851970c53
commit c35f59cb5b
6 changed files with 139 additions and 36 deletions

View File

@ -67,3 +67,8 @@ void db::server_service::log_view(const wsrep::view&)
{
wsrep::log_info() << "View";
}
void db::server_service::debug_sync(const char*)
{
}