Removed states MYSQL_WAITING_RESULT and MYSQL_ROUTING

This commit is contained in:
Massimiliano Pinto
2013-09-26 18:01:48 +02:00
parent ee7b799bf1
commit 46c5564313
2 changed files with 3 additions and 8 deletions

View File

@ -345,8 +345,7 @@ static int gw_read_backend_event(DCB *dcb) {
if (client_protocol != NULL) {
CHK_PROTOCOL(client_protocol);
if (client_protocol->state == MYSQL_WAITING_RESULT ||
client_protocol->state == MYSQL_IDLE)
if (client_protocol->state == MYSQL_IDLE)
{
router->clientReply(router_instance,
rsession,