mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fixed compilation error.
This commit is contained in:
@ -34,7 +34,7 @@ namespace wsrep
|
|||||||
void adopt_transaction(const wsrep::transaction&) WSREP_OVERRIDE;
|
void adopt_transaction(const wsrep::transaction&) WSREP_OVERRIDE;
|
||||||
int apply_write_set(const wsrep::const_buffer&) WSREP_OVERRIDE;
|
int apply_write_set(const wsrep::const_buffer&) WSREP_OVERRIDE;
|
||||||
int append_fragment(const wsrep::ws_meta&,
|
int append_fragment(const wsrep::ws_meta&,
|
||||||
const wsrep::const_buffer& data) WSREP_OVERRIDE
|
const wsrep::const_buffer&) WSREP_OVERRIDE
|
||||||
{ return 0; }
|
{ return 0; }
|
||||||
int commit() WSREP_OVERRIDE;
|
int commit() WSREP_OVERRIDE;
|
||||||
int rollback() WSREP_OVERRIDE;
|
int rollback() WSREP_OVERRIDE;
|
||||||
|
Reference in New Issue
Block a user