Skip to content

DOCS-10541 added two phase drop to dropDatabase command docs #2999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
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/dropDatabase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Behavior

.. include:: /includes/fact-drop-database-users.rst

.. versionchanged:: 3.6

:dbcommand:`dropDatabase` waits until all collections drops in the
database have propagated to a majority of the replica set members.

Example
-------

Expand Down
4 changes: 4 additions & 0 deletions source/release-notes/3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ MongoDB 3.6 includes the following enhancements:
The default configuration file included with Linux packages sets this
to ``/usr/share/zoneinfo``.

- :dbcommand:`dropDatabase` waits until all collections drops in the
database have propagated to a majority of the replica set members.


Changes Affecting Compatibility
-------------------------------

Expand Down