mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-27 09:01:50 +03:00
Unit tests for SR with two statements, SR rollback.
This commit is contained in:
@ -265,6 +265,11 @@ public:
|
||||
// Client context management
|
||||
wsrep::client_context* local_client_context();
|
||||
|
||||
wsrep::client_context& streaming_applier_client_context(
|
||||
const wsrep::id&, const wsrep::transaction_id&) override
|
||||
{
|
||||
throw wsrep::not_implemented_error();
|
||||
}
|
||||
size_t next_transaction_id()
|
||||
{
|
||||
return (last_transaction_id_.fetch_add(1) + 1);
|
||||
|
Reference in New Issue
Block a user