From 21b24752034f335202a8cb998d609632c4b9b6c5 Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Wed, 25 Aug 2021 08:45:51 -0400 Subject: [PATCH] DOCS-13584 Add reference that commands fail against system collections in 4.4 notes --- source/release-notes/4.4.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/release-notes/4.4.txt b/source/release-notes/4.4.txt index 92d95b156bb..c1f8e0f91d4 100644 --- a/source/release-notes/4.4.txt +++ b/source/release-notes/4.4.txt @@ -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 `. + When :ref:`creating an index ` inside a transaction: @@ -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 `. + For more details, see :ref:`transactions-create-collections-indexes`. MongoDB 4.4 adds a new parameter