summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/find_and_modify_command.idl1
-rw-r--r--src/mongo/db/ops/write_ops.idl3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/ops/find_and_modify_command.idl b/src/mongo/db/ops/find_and_modify_command.idl
index 572ce368e67..5744e80a0d7 100644
--- a/src/mongo/db/ops/find_and_modify_command.idl
+++ b/src/mongo/db/ops/find_and_modify_command.idl
@@ -74,6 +74,7 @@ commands:
cpp_name: FindAndModifyCommand
strict: true
namespace: concatenate_with_db
+ api_version: ""
fields:
query:
description: "The query that matches documents to update. Uses the same query
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index 06195f1fe50..c8915ae15ca 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -166,6 +166,7 @@ commands:
command_name: insert
strict: true
namespace: concatenate_with_db
+ api_version: ""
chained_structs:
WriteCommandBase: writeCommandBase
fields:
@@ -179,6 +180,7 @@ commands:
command_name: update
strict: true
namespace: concatenate_with_db
+ api_version: ""
chained_structs:
WriteCommandBase: writeCommandBase
fields:
@@ -203,6 +205,7 @@ commands:
command_name: delete
strict: true
namespace: concatenate_with_db
+ api_version: ""
chained_structs:
WriteCommandBase: writeCommandBase
fields: