mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-02 05:22:26 +03:00
Implemented client last_written_gtid, sync_wait
This commit is contained in:
@ -336,8 +336,12 @@ namespace wsrep
|
||||
* Method wait_for_gtid() should be used whenever possible.
|
||||
*
|
||||
* @param timeout Timeout in seconds
|
||||
*
|
||||
* @return Pair of GTID and result status from provider.
|
||||
*/
|
||||
enum wsrep::provider::status causal_read(int timeout) const;
|
||||
|
||||
std::pair<wsrep::gtid, enum wsrep::provider::status>
|
||||
causal_read(int timeout) const;
|
||||
|
||||
/**
|
||||
* Desynchronize the server.
|
||||
|
Reference in New Issue
Block a user