diff options
author | Randolph Tan <randolph@10gen.com> | 2017-06-13 11:20:48 -0400 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2017-06-19 09:07:25 -0400 |
commit | 93792040144f9c6197899627290b641073c549c4 (patch) | |
tree | a8f22b8f0c11033cd2b8dd1a20ce35fc5527a230 /src/mongo/db/logical_session_id.idl | |
parent | ead729bb5a801ab925c6b06de940e7ba9a738261 (diff) | |
download | mongo-93792040144f9c6197899627290b641073c549c4.tar.gz |
SERVER-28903 Convert WriteResult::SingleResult to idl
Diffstat (limited to 'src/mongo/db/logical_session_id.idl')
-rw-r--r-- | src/mongo/db/logical_session_id.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/logical_session_id.idl b/src/mongo/db/logical_session_id.idl index a6963dd6e8d..a88fcddd0c7 100644 --- a/src/mongo/db/logical_session_id.idl +++ b/src/mongo/db/logical_session_id.idl @@ -42,6 +42,12 @@ types: cpp_type: "std::int64_t" deserializer: "mongo::BSONElement::_numberLong" + StmtId: + description: "A number representing an operation within a transaction." + bson_serialization_type: long + cpp_type: "std::int32_t" + deserializer: "mongo::BSONElement::_numberLong" + structs: logical_session_id: |