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

Refactored storage service out of client service interface.

This commit is contained in:
Teemu Ollakka
2018-07-07 18:06:37 +03:00
parent a8be09161c
commit 2ac13100f7
31 changed files with 465 additions and 247 deletions

View File

@ -44,6 +44,7 @@ namespace db
{ }
void start();
wsrep::client_state& client_state() { return client_state_; }
bool do_2pc() const { return false; }
private:
friend class db::server_state;
friend class db::client_service;