1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-12-10 10:42:25 +03:00
Files
wsrep-lib/dbsim
Teemu Ollakka bf7dad6815 Added open(), close(), cleanup() methods to client_state.
Depending on the DBMS client session allocation strategy the
client id may or may not be available when the client_session
is constructed, therefore there should be a method to assign
an id after construction. Close/cleanup methods were added to
clean up open transactions appropriately.
2018-06-20 10:07:55 +03:00
..