Teemu Ollakka
|
188bda1339
|
Split client_context::after_command() into two stages, before
sending result to client and after the result was sent. Added
s_result state to client_context states.
|
2018-06-02 15:55:54 +03:00 |
|
Teemu Ollakka
|
ae93785a57
|
Allow read-only access to transaction context through
client context to enforce use of client context interface
for manipulating transaction context state.
|
2018-05-31 16:55:57 +03:00 |
|
Teemu Ollakka
|
2f46758064
|
Fixed after_statement() call to replay if the state was changed
to s_must_replay in rollback() called from after_statement().
|
2018-05-31 10:59:15 +03:00 |
|
Teemu Ollakka
|
646a2b328e
|
Added TOI client mode, replced string with const char* in debug calls.
|
2018-05-21 16:42:40 +03:00 |
|
Teemu Ollakka
|
0988978826
|
Moved public API includes under include/trrep
|
2018-05-07 19:40:10 +03:00 |
|