From 927db1fc6eb87e3cb587d2628663303ed02f6e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 9 Apr 2020 11:06:38 +0300 Subject: [PATCH] Clarify master_accept_reads --- Documentation/Routers/ReadWriteSplit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/Routers/ReadWriteSplit.md b/Documentation/Routers/ReadWriteSplit.md index d6440fd72..ec2aca92e 100644 --- a/Documentation/Routers/ReadWriteSplit.md +++ b/Documentation/Routers/ReadWriteSplit.md @@ -352,7 +352,9 @@ application. a useful option to enable if you are using a small number of servers and wish to use the master for reads as well. -By default, no reads are sent to the master. +By default, no reads are sent to the master as long as there is a valid slave +server available. If no slaves are available, reads are sent to the master +regardless of the value of `master_accept_reads`. ``` # Use the master for reads