From e128669de1a1179e5c1c92d09cbb2a774bd8ac0d Mon Sep 17 00:00:00 2001 From: Kolbe Kegel Date: Wed, 4 Feb 2015 16:50:30 -0800 Subject: [PATCH] Configuration-Guide.md --- Documentation/Getting-Started/Configuration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 6aea2a7a0..fa41f28bd 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -708,7 +708,7 @@ Session commands include for example: * `PREPARE` statements * `QUIT`, `PING`, `STMT RESET`, `CHANGE USER`, etc. commands -Note: if variable assignment is embedded in write statement it is routed to master only. For example, INSERT INTO t1 values(@myvar:=5, 7) would be routed to master only. +**NOTE: if variable assignment is embedded in a write statement it is routed to _Master_ only. For example, `INSERT INTO t1 values(@myvar:=5, 7)` would be routed to _Master_ only.** #### Configuring Read/Write Split router