mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
* Moved causal reads/gtid wait into server state interface
* Changed undefined seqno to be defined as -1
This commit is contained in:
@ -25,7 +25,7 @@ namespace wsrep
|
||||
|
||||
int desync();
|
||||
int resync();
|
||||
int pause();
|
||||
wsrep::seqno pause();
|
||||
int resume();
|
||||
|
||||
enum wsrep::provider::status run_applier(void*);
|
||||
@ -49,6 +49,9 @@ namespace wsrep
|
||||
const wsrep::ws_meta&);
|
||||
int release(wsrep::ws_handle&);
|
||||
enum wsrep::provider::status replay(const wsrep::ws_handle&, void*);
|
||||
|
||||
enum wsrep::provider::status causal_read(int) const;
|
||||
|
||||
int sst_sent(const wsrep::gtid&,int);
|
||||
int sst_received(const wsrep::gtid& gtid, int);
|
||||
|
||||
|
Reference in New Issue
Block a user