Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/reference/command/drop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ drop
Behavior
--------

- Starting in MongoDB 5.0, the :dbcommand:`drop` command and the
:method:`db.collection.drop()` method will raise an error if passed an
unrecognized parameter. In MongoDB 4.4 and earlier, unrecognized
parameters are silently ignored.

- This command also removes any indexes associated with the dropped
collection.

Expand Down