diff options
-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; |