diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 11:24:23 -0500 |
|---|---|---|
| committer | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 11:35:16 -0500 |
| commit | 73a57b06f9d8c963b9be2bdb83122a004a4a8b0b (patch) | |
| tree | b3b7c59636555bd6c521ca793fd08db39a858da5 /docs/ref | |
| parent | a5f6cbce07b5f3ab48d931e3fd1883c757fb9b45 (diff) | |
replaced occurrences of master/slave terminology with leader/follower
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9a0dbd686d..7fa7aba642 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -649,10 +649,10 @@ Default: ``None`` The alias of the database that this database should mirror during testing. -This setting exists to allow for testing of master/slave +This setting exists to allow for testing of leader/follower configurations of multiple databases. See the documentation on -:ref:`testing master/slave configurations -<topics-testing-masterslave>` for details. +:ref:`testing leader/follower configurations +<topics-testing-leaderfollower>` for details. .. setting:: TEST_NAME |
