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
8 changes: 8 additions & 0 deletions source/release-notes/4.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,10 @@ When creating a collection inside a transaction:
:dbcommand:`create` command or its helper
:method:`db.createCollection()`.

- The :method:`db.createCollection()` method fails if
executed against a
:doc:`system collection </reference/system-collections>`.

When :ref:`creating an index <transactions-operations-ddl-explicit>`
inside a transaction:

Expand All @@ -1051,6 +1055,10 @@ inside a transaction:
- You can create an index on a new empty collection created earlier
in the same transaction.

- The :method:`db.collection.createIndex()` method
fails if executed against a
:doc:`system collection </reference/system-collections>`.

For more details, see :ref:`transactions-create-collections-indexes`.

MongoDB 4.4 adds a new parameter
Expand Down