mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-14 15:02:27 +03:00
Interface changes required to store and remove fragments from high
priority context.
This commit is contained in:
@ -312,6 +312,12 @@ namespace wsrep
|
||||
*/
|
||||
void disable_streaming();
|
||||
|
||||
void fragment_applied(wsrep::seqno seqno)
|
||||
{
|
||||
assert(mode_ == m_high_priority);
|
||||
transaction_.fragment_applied(seqno);
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare write set meta data for ordering.
|
||||
* This method should be called before ordered commit or
|
||||
|
Reference in New Issue
Block a user