diff options
author | Judah Schvimer <judah@mongodb.com> | 2020-12-02 16:02:00 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-12-02 23:07:05 +0000 |
commit | b8cefcd121371a04b32696fe690e38309c984803 (patch) | |
tree | 7101eb3495cbf963617910e94aa98ff9210fef6d /src/mongo/client/dbclient_base.h | |
parent | 020d7876a3ecba7d82aba04d360c855e85f54670 (diff) | |
download | mongo-b8cefcd121371a04b32696fe690e38309c984803.tar.gz |
SERVER-53010 Remove TODO for SERVER-49791
Diffstat (limited to 'src/mongo/client/dbclient_base.h')
-rw-r--r-- | src/mongo/client/dbclient_base.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/dbclient_base.h b/src/mongo/client/dbclient_base.h index b45479772ec..619de299184 100644 --- a/src/mongo/client/dbclient_base.h +++ b/src/mongo/client/dbclient_base.h @@ -841,8 +841,7 @@ private: enum QueryOptions _cachedAvailableOptions; bool _haveCachedAvailableOptions; - // The operationTime associated with the last command handles by the client. - // TODO(SERVER-49791): Implement proper tracking of operationTime. + // The operationTime associated with the last command handled by the client. Timestamp _lastOperationTime; ClientAPIVersionParameters _apiParameters; |