1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-10-16 13:27:35 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
Teemu Ollakka
ca615fcbd8 Provider abstraction code compiles. 2018-06-10 12:46:42 +03:00
Teemu Ollakka
2cecb3defe After statement result enum, is_autocommit() virtual method. 2018-06-09 20:01:46 +03:00
Teemu Ollakka
d3cb537d1e Changed project name to wsrep-lib. 2018-06-03 21:56:28 +03:00
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
90f6eb1ecf Scripts for benchmarking providers, dbms sim fast exit option. 2018-05-09 12:23:44 +03:00
Teemu Ollakka
0988978826 Moved public API includes under include/trrep 2018-05-07 19:40:10 +03:00
Teemu Ollakka
db5bcb50ef Renamed SST related interface methods. 2018-05-07 19:04:41 +03:00
Teemu Ollakka
abf8ef34fc SST sent/received impls for mock provider, added assertions 2018-05-06 15:43:07 +03:00
Teemu Ollakka
e7cabb713f Improved dbms sim statistics. 2018-05-02 16:53:17 +03:00
Teemu Ollakka
8e501fc03b Fixed several issues with BF aborts and error reporting.
Client context override_error() is now implemented in
client_context base class. On error virtual method will be called
to notify derived classes.

Started refactoring logging utility.
2018-05-02 13:55:38 +03:00
Teemu Ollakka
e3ca0d699b Added logger class, BF abort debugging. 2018-04-30 17:28:18 +03:00
Teemu Ollakka
3c334fbc87 More strict server context state management. 2018-04-29 18:42:36 +03:00
Teemu Ollakka
c301c0896b Refactoring. 2018-04-29 17:15:24 +03:00
Teemu Ollakka
c1f8f2c37d Client context documentation, refactoring. 2018-04-27 17:03:09 +03:00
Teemu Ollakka
28026ea4fc Started documenting client context. 2018-04-27 12:51:05 +03:00
Teemu Ollakka
f3afb6306d Initial documentation for server context. 2018-04-27 10:33:53 +03:00
Teemu Ollakka
caa78cfd28 Compute transactions per second 2018-04-24 18:03:53 +03:00
Teemu Ollakka
ea512d9c36 Ported to latest wsrep API v26 2018-04-20 16:54:10 +03:00
Teemu Ollakka
5c1d390b74 DBMS simulator runs client load 2018-04-19 18:44:56 +03:00
Teemu Ollakka
3510d0739c Added SST methods, able to start several nodes in simulator 2018-04-19 15:03:38 +03:00
Teemu Ollakka
3c6eff581c DBMS simulator is now able to start and stop one server
Other:
* Added trrep::condition_variable
* Added trrep::view
2018-04-19 13:09:36 +03:00
Teemu Ollakka
557d43657c Initial version of dbms_simulator, partial wsrep provider loading 2018-04-18 18:16:55 +03:00