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

Refactoring continued.

This commit is contained in:
Teemu Ollakka
2018-06-15 15:13:22 +03:00
parent 4fbf1d0cf8
commit b3f60b7be1
13 changed files with 197 additions and 89 deletions

View File

@ -86,6 +86,8 @@ namespace db
void will_replay(const wsrep::transaction_context&) override
{ }
void wait_for_replayers(wsrep::client_context&,
wsrep::unique_lock<wsrep::mutex>&) override { }
enum wsrep::provider::status replay(wsrep::client_context&,
wsrep::transaction_context&)
override
@ -97,6 +99,7 @@ namespace db
return 0;
}
void emergency_shutdown() { ::abort(); }
void debug_sync(wsrep::client_context&, const char*) override { }
void debug_crash(const char*) override { }
private: