summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.idl
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-22 15:43:30 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-23 07:35:13 +0000
commit1b7901911131fd073092ff5833214b12eea4a0c3 (patch)
tree8d2ecb9988c0082d39ecc547c0182a7a7448746b /src/mongo/db/dbcommands.idl
parentb99b5c3e242ff690b5127c5d672d226f7eaf5754 (diff)
downloadmongo-1b7901911131fd073092ff5833214b12eea4a0c3.tar.gz
SERVER-68826 Fold tenant_id into the server_base library
Diffstat (limited to 'src/mongo/db/dbcommands.idl')
-rw-r--r--src/mongo/db/dbcommands.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/dbcommands.idl b/src/mongo/db/dbcommands.idl
index ce02d54cfbf..9717c066b3d 100644
--- a/src/mongo/db/dbcommands.idl
+++ b/src/mongo/db/dbcommands.idl
@@ -213,7 +213,6 @@ commands:
type: safeBool
default: false
-
repairDatabase:
description: |-
This command has been removed. If you would like to compact your data, use the 'compact' command.