Clients should initialize with an mvcc checkpoint
Former-commit-id: 5183cb721774be1b769d130359e4bddb1eb8224b
This commit is contained in:
parent
ef1ca1be9b
commit
c3e01cbf9e
@ -200,7 +200,7 @@ client *createClient(connection *conn, int iel) {
|
||||
c->paused_list_node = NULL;
|
||||
c->client_tracking_redirection = 0;
|
||||
c->casyncOpsPending = 0;
|
||||
c->mvccCheckpoint = 0;
|
||||
c->mvccCheckpoint = getMvccTstamp();
|
||||
c->master_error = 0;
|
||||
memset(c->uuid, 0, UUID_BINARY_LEN);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user