mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fixup unused parameter position in prepare_fragment_for_replication()
This commit is contained in:
@ -63,6 +63,7 @@ namespace db
|
|||||||
int prepare_fragment_for_replication(wsrep::mutable_buffer&,
|
int prepare_fragment_for_replication(wsrep::mutable_buffer&,
|
||||||
size_t& position) override
|
size_t& position) override
|
||||||
{
|
{
|
||||||
|
position = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
int remove_fragments() override { return 0; }
|
int remove_fragments() override { return 0; }
|
||||||
|
Reference in New Issue
Block a user