Skip to content

Commit 26054f9

Browse files
ianf-mongodbnpentrel
authored andcommitted
DOCS-13584 Add reference that commands fail against system collections in 4.4 notes
1 parent afef0e4 commit 26054f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/release-notes/4.4.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,10 @@ When creating a collection inside a transaction:
10421042
:dbcommand:`create` command or its helper
10431043
:method:`db.createCollection()`.
10441044

1045+
- The :method:`db.createCollection()` method fails if
1046+
executed against a
1047+
:doc:`system collection </reference/system-collections>`.
1048+
10451049
When :ref:`creating an index <transactions-operations-ddl-explicit>`
10461050
inside a transaction:
10471051

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

1058+
- The :method:`db.collection.createIndex()` method
1059+
fails if executed against a
1060+
:doc:`system collection </reference/system-collections>`.
1061+
10541062
For more details, see :ref:`transactions-create-collections-indexes`.
10551063

10561064
MongoDB 4.4 adds a new parameter

0 commit comments

Comments
 (0)