diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 14:54:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-22 11:59:17 -0400 |
| commit | beec05686ccc3bee8461f9a5a02c607a02352ae1 (patch) | |
| tree | e27649c83c2ae97dc478e4f9f2987790557c0c73 /docs/ref | |
| parent | ad994a3c5b5911a12a5e2f2a8d06c036be1b8ad8 (diff) | |
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
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 |
