Teemu Ollakka
ae734a33f8
Fixed compilation errors picked up by travis clang builds
2019-01-19 18:08:49 +02:00
Teemu Ollakka
a9abb3a80a
Extracted mock_server_service out of mock_server_state.
2018-10-17 12:07:41 +03:00
Teemu Ollakka
c0c977f9ab
Added GPLv2 licence and copyright headers.
2018-10-15 15:14:22 +03:00
Teemu Ollakka
4cfb9b6413
Introduced adopt_transaction() for storage_service interface
...
A SR transaction must be adopted by a storage service instance
running in background rollbacker thread while it is aborting a
SR transaction.
2018-07-13 15:36:27 +03:00
Teemu Ollakka
6aa6b6f50a
Provider write set handle and meta data for high priority commit
...
The write set handle and meta data are needed for SR transactions
where the commit context is not known when the transaction starts.
The passed handle and meta data can be set through client_state
prepare_for_ordering() call before performing commit.
2018-07-09 13:02:13 +03:00
Teemu Ollakka
7c424d8337
Fixes to local streaming replication processing.
2018-07-08 15:27:49 +03:00
Teemu Ollakka
2ac13100f7
Refactored storage service out of client service interface.
2018-07-07 18:06:37 +03:00