1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Pass ws_meta to high priority service apply_toi

This commit is contained in:
Teemu Ollakka
2018-07-03 08:58:25 +03:00
parent 3632e7823c
commit e6d78c380d
6 changed files with 11 additions and 6 deletions

View File

@ -21,7 +21,7 @@ namespace db
int apply_write_set(const wsrep::const_buffer&) override;
int commit() override;
int rollback() override;
int apply_toi(const wsrep::const_buffer&) override;
int apply_toi(const wsrep::ws_meta&, const wsrep::const_buffer&) override;
void after_apply() override;
void store_globals() override { }
void reset_globals() override { }