mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Check local sequential consistency in dbsim
- Release commit time critical section in callback - Check the consistency inside commit order critical section Other: Add 2pc switch to dbsim
This commit is contained in:
@ -62,7 +62,6 @@ namespace db
|
||||
void start();
|
||||
wsrep::client_state& client_state() { return client_state_; }
|
||||
wsrep::client_service& client_service() { return client_service_; }
|
||||
bool do_2pc() const { return false; }
|
||||
private:
|
||||
friend class db::server_state;
|
||||
friend class db::client_service;
|
||||
|
Reference in New Issue
Block a user