From beec05686ccc3bee8461f9a5a02c607a02352ae1 Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Tue, 20 May 2014 14:54:56 -0500 Subject: Fixed #22667 -- Replaced leader/follower terminology with primary/replica --- docs/ref/settings.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/ref') 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 -` for details. +:ref:`testing primary/replica configurations +` for details. .. setting:: TEST_NAME -- cgit v1.3