Updated documentation about multi-statements

The readwritesplit documentation now explains the multi-statement behavior in
more detail and provides information about situations where the default
multi-statement behavior can be disabled.
This commit is contained in:
Markus Makela
2016-03-03 13:09:50 +02:00
parent 76f06572ed
commit 5f993f0b60
2 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,8 @@ In master-slave replication cluster also read-only queries are routed to master
* statement includes a stored procedure, or an UDF call
### Multi-statement limitations
If the client enables and executes multi-statements, they will be routed to
the master. All future queries will also be routed to the master to guarantee
a consistent session state after the multi-statement query. This behavior can