Skip to content

Commit 98c5934

Browse files
authored
DOCSP-33404 Reworks DDL references (#5387) (#5411)
1 parent 920af90 commit 98c5934

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
@@ -108,8 +108,8 @@ transaction, see :ref:`transactions-create-collections-indexes`.
108108

109109
.. _transactions-operations-ddl-implicit:
110110

111-
Implicit DDL Operations
112-
```````````````````````
111+
Implicit Create Operations
112+
``````````````````````````
113113

114114
You can also implicitly create a collection through the following write
115115
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
@@ -320,10 +320,7 @@ Glossary
320320

321321
DDL (Data Definition Language)
322322
DDL includes commands that create and modify collections and
323-
indexes. For the full list of commands, see
324-
:ref:`transactions-operations-ddl-explicit`,
325-
:ref:`transactions-operations-ddl-implicit`, and
326-
:ref:`txn-prod-considerations-ddl`.
323+
indexes.
327324

328325
delayed member
329326
A :term:`replica set` member that cannot become primary and

0 commit comments

Comments
 (0)