mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fixes to local streaming replication processing.
This commit is contained in:
@ -46,9 +46,10 @@ namespace wsrep
|
||||
fragment_size_ = 0;
|
||||
}
|
||||
|
||||
void certified(wsrep::seqno seqno)
|
||||
void certified(wsrep::seqno seqno, size_t bytes)
|
||||
{
|
||||
fragments_.push_back(seqno);
|
||||
bytes_certified_ += bytes;
|
||||
}
|
||||
|
||||
size_t fragments_certified() const
|
||||
|
Reference in New Issue
Block a user