1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-15 15:41:49 +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

@ -85,10 +85,6 @@ namespace wsrep
}
void log_view(const wsrep::view&) { }
// void on_connect(const wsrep::gtid& ) WSREP_OVERRIDE { }
// void wait_until_connected() WSREP_OVERRIDE { }
// void on_view(const wsrep::view&) WSREP_OVERRIDE { }
// void on_sync() WSREP_OVERRIDE { }
bool sst_before_init() const WSREP_OVERRIDE
{ return sst_before_init_; }
std::string sst_request() WSREP_OVERRIDE { return ""; }
@ -102,6 +98,8 @@ namespace wsrep
client_state.after_rollback();
}
int wait_committing_transactions(int) WSREP_OVERRIDE { return 0; }
void debug_sync(const char* sync_point) WSREP_OVERRIDE
{
if (sync_point_enabled_ == sync_point)