mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-05 04:01:12 +03:00
Implemented client last_written_gtid, sync_wait
This commit is contained in:
@@ -499,7 +499,7 @@ wsrep::server_state::wait_for_gtid(const wsrep::gtid& gtid, int timeout)
|
||||
return provider_->wait_for_gtid(gtid, timeout);
|
||||
}
|
||||
|
||||
enum wsrep::provider::status
|
||||
std::pair<wsrep::gtid, enum wsrep::provider::status>
|
||||
wsrep::server_state::causal_read(int timeout) const
|
||||
{
|
||||
return provider_->causal_read(timeout);
|
||||
|
Reference in New Issue
Block a user