mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Finished dbsim integration with refactored client API.
This commit is contained in:
@ -31,7 +31,7 @@ namespace db
|
||||
{ }
|
||||
db::client* client() { return client_; }
|
||||
void reset_globals() { }
|
||||
void store_globals() { }
|
||||
void store_globals() { wsrep::client_context::store_globals(); }
|
||||
bool is_autocommit() const { return is_autocommit_; }
|
||||
bool do_2pc() const { return do_2pc_; }
|
||||
|
||||
|
Reference in New Issue
Block a user