Skip to content

Commit 7228828

Browse files
authored
DOCSP-33404 Reworks DDL references (#5387) (#5413)
1 parent 4756a2b commit 7228828

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

source/core/transactions-operations.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Distinct Operation
6060

6161
.. _transactions-operations-ddl:
6262

63-
DDL Operations
64-
~~~~~~~~~~~~~~
63+
Administration Operations
64+
~~~~~~~~~~~~~~~~~~~~~~~~~
6565

6666
Starting in MongoDB 4.4 with :ref:`feature compatibility version (fcv)
6767
<view-fcv>` ``"4.4"``, you can create collections and indexes inside a
@@ -70,8 +70,8 @@ transaction is :red:`not` a cross-shard write transaction.
7070

7171
.. _transactions-operations-ddl-explicit:
7272

73-
Explicit DDL Operations
74-
```````````````````````
73+
Explicit Create Operations
74+
``````````````````````````
7575

7676
.. list-table::
7777
:header-rows: 1
@@ -112,8 +112,8 @@ transaction, see :ref:`transactions-create-collections-indexes`.
112112

113113
.. _transactions-operations-ddl-implicit:
114114

115-
Implicit DDL Operations
116-
```````````````````````
115+
Implicit Create Operations
116+
``````````````````````````
117117

118118
You can also implicitly create a collection through the following write
119119
operations against a :red:`non-existing` collection:

source/reference/glossary.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ Glossary
298298

299299
DDL (Data Definition Language)
300300
DDL includes commands that create and modify collections and
301-
indexes. For the full list of commands, see
302-
:ref:`transactions-operations-ddl-explicit`,
303-
:ref:`transactions-operations-ddl-implicit`, and
304-
:ref:`txn-prod-considerations-ddl`.
301+
indexes.
305302

306303
delayed member
307304
A :term:`replica set` member that cannot become primary and

0 commit comments

Comments
 (0)