diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index acf42af7ad..6e94c1ac0d 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -649,10 +649,11 @@ Default: ``None`` The alias of the database that this database should mirror during testing. -This setting exists to allow for testing of leader/follower +This setting exists to allow for testing of primary/replica +(referred to as master/slave by some databases) configurations of multiple databases. See the documentation on -:ref:`testing leader/follower configurations -<topics-testing-leaderfollower>` for details. +:ref:`testing primary/replica configurations +<topics-testing-primaryreplica>` for details. .. setting:: TEST_NAME |
