Fix candidate for bug #615

Removed invalid debug assert
This commit is contained in:
VilhoRaatikka
2014-11-14 17:50:07 +02:00
parent 81009e7d19
commit e35ad0c5d3

View File

@ -1216,7 +1216,6 @@ static bool get_dcb(
"the service %s.", "the service %s.",
rses->router->service->name))); rses->router->service->name)));
} }
ss_dassert(succp);
} }
if (btype == BE_MASTER) if (btype == BE_MASTER)
@ -1689,9 +1688,9 @@ void check_create_tmp_table(
* for buffering the partial query, a later call to the query router will * for buffering the partial query, a later call to the query router will
* contain the remainder, or part thereof of the query. * contain the remainder, or part thereof of the query.
* *
* @param instance The query router instance * @param instance The query router instance
* @param session The session associated with the client * @param router_session The session associated with the client
* @param queue MaxScale buffer queue with the packets received * @param querybuf MaxScale buffer queue with received packet
* *
* @return if succeed 1, otherwise 0 * @return if succeed 1, otherwise 0
* If routeQuery fails, it means that router session has failed. * If routeQuery fails, it means that router session has failed.