mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fixes for XA transactions with streaming enabled
Changes mostly related to handling of XA PREPARE fragments
This commit is contained in:
committed by
Daniele Sciascia
parent
54b0eeee45
commit
36346beab4
@ -27,6 +27,12 @@ int wsrep::mock_high_priority_service::start_transaction(
|
||||
return client_state_->start_transaction(ws_handle, ws_meta);
|
||||
}
|
||||
|
||||
int wsrep::mock_high_priority_service::next_fragment(
|
||||
const wsrep::ws_meta& ws_meta)
|
||||
{
|
||||
return client_state_->next_fragment(ws_meta);
|
||||
}
|
||||
|
||||
int wsrep::mock_high_priority_service::adopt_transaction(
|
||||
const wsrep::transaction& transaction)
|
||||
{
|
||||
|
Reference in New Issue
Block a user