Initial implementation of the support for multiple slaves in read/write split router session. Omits configuration changes.

This commit is contained in:
VilhoRaatikka
2014-04-23 14:55:04 +03:00
parent a6ea56a153
commit 04313caf82
4 changed files with 543 additions and 409 deletions

View File

@ -682,7 +682,7 @@ int gw_read_client_event(DCB* dcb) {
dcb,
1,
0,
"Query routing failed. Connection to "
"Can't route query. Connection to "
"backend lost");
protocol->state = MYSQL_IDLE;
}