diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2017-08-08 15:13:51 -0400 |
---|---|---|
committer | Spencer Jackson <spencer.jackson@mongodb.com> | 2017-08-11 15:19:33 -0400 |
commit | 718e9c68e0526e2db4fbfd0ecac31eae1b3a095a (patch) | |
tree | eb077f4a2facde33afbd5eb65b33f027d32ad586 /src/mongo/db/logical_session_id.idl | |
parent | ba11e4172e8d5f9149a212a0b42da60873338527 (diff) | |
download | mongo-718e9c68e0526e2db4fbfd0ecac31eae1b3a095a.tar.gz |
SERVER-30566: Unwind SERVER-28190
Diffstat (limited to 'src/mongo/db/logical_session_id.idl')
-rw-r--r-- | src/mongo/db/logical_session_id.idl | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/mongo/db/logical_session_id.idl b/src/mongo/db/logical_session_id.idl index c540c3c2174..24b58226f51 100644 --- a/src/mongo/db/logical_session_id.idl +++ b/src/mongo/db/logical_session_id.idl @@ -64,16 +64,6 @@ structs: id: LogicalSessionIdToClient timeoutMinutes: int - UserNameWithId: - description: "A struct representing the combination of a UserName and an id" - strict: true - fields: - name: - type: string - id: - type: objectid - optional: true - LogicalSessionRecord: description: "A struct representing a LogicalSessionRecord" strict: true @@ -83,7 +73,7 @@ structs: cpp_name: id lastUse: date user: - type: UserNameWithId + type: string optional: true LogicalSessionFromClient: |