1
0
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:
Daniele Sciascia
2019-02-14 00:37:49 +01:00
parent b614822f08
commit 68adbe35f6

View File

@ -63,6 +63,7 @@ namespace db
int prepare_fragment_for_replication(wsrep::mutable_buffer&,
size_t& position) override
{
position = 0;
return 0;
}
int remove_fragments() override { return 0; }