mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-06 20:56:43 +03:00
Fixup to previous commit
Fix client_service in test mock and dbsim to update signature of method prepare_fragment_for_replication().
This commit is contained in:
@ -60,7 +60,8 @@ namespace db
|
||||
{
|
||||
return true;
|
||||
}
|
||||
int prepare_fragment_for_replication(wsrep::mutable_buffer&) override
|
||||
int prepare_fragment_for_replication(wsrep::mutable_buffer&,
|
||||
size_t& position) override
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user