Merge branch '2.0' into 2.1.0

This commit is contained in:
Markus Mäkelä
2017-02-08 09:27:00 +02:00
6 changed files with 25 additions and 8 deletions

View File

@ -231,5 +231,7 @@ executed in separate parts.
query will be routed to the first available server. This possibly returns an
error about database rights instead of a missing database.
* As text protocol prepared statements are relatively rare, prepared statements
are not supported in schemarouter.
* The preparation of a prepared statement is routed to all servers. The
execution of a prepared statement is routed to the first available server or to
the server pointed by a routing hint attached to the query. In practice this
means that prepared statements aren't supported by the schemarouter.