Skip to content

Commit d4c3b95

Browse files
author
Sam Kleinman
committed
DOCS-502: minor changes to enable redirection
1 parent 8e880ff commit d4c3b95

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/core/replication-internals.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ normal operation or application development but may be useful for
1313
troubleshooting and for further understanding MongoDB's behavior and approach.
1414

1515
.. index:: replica set; local database
16-
.. _replica-set-oplog:
16+
.. _replica-set-local-database:
1717

18-
The Local Database
19-
------------------
18+
The ``local`` Database
19+
----------------------
2020

2121
The ``local`` database exists on every :program:`mongod` instance and
2222
stores replication data specific to that instance. The ``local``
@@ -25,7 +25,7 @@ database are not replicated.
2525

2626
When :setting:`auth` is enabled, authenticating against the ``local``
2727
database is equivalent to authenticating against the ``admin``
28-
database. This authentication gives access to all databases.
28+
database. This authentication gives access to all databases.
2929

3030
In replication, the ``local`` database store stores internal replication
3131
data for each member of a :term:`replica set`. The ``local`` database contains the
@@ -74,6 +74,7 @@ the following collections:
7474
This contains information about the slave's master server.
7575

7676
.. index:: replica set; oplog
77+
.. _replica-set-oplog:
7778
.. _replica-set-internals-oplog:
7879

7980
Oplog
@@ -83,7 +84,7 @@ For an explanation of the oplog, see the :ref:`replica-set-oplog-sizing`
8384
topic in the :doc:`/core/replication` document.
8485

8586
Under various exceptional
86-
situations, updates to a :term:`secondary's <secondary>` oplog might
87+
situations, updates to a :term:`secondary's <secondary>` oplog might
8788
lag behind the desired performance time. See
8889
:ref:`Replication Lag <replica-set-replication-lag>` for details.
8990

0 commit comments

Comments
 (0)