From e35ad0c5d3c3182fa408cfe1a2868e3ed11c0cbd Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Fri, 14 Nov 2014 17:50:07 +0200 Subject: [PATCH] Fix candidate for bug #615 Removed invalid debug assert --- server/modules/routing/readwritesplit/readwritesplit.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/server/modules/routing/readwritesplit/readwritesplit.c b/server/modules/routing/readwritesplit/readwritesplit.c index d403217ca..fd47a3c19 100644 --- a/server/modules/routing/readwritesplit/readwritesplit.c +++ b/server/modules/routing/readwritesplit/readwritesplit.c @@ -1216,7 +1216,6 @@ static bool get_dcb( "the service %s.", rses->router->service->name))); } - ss_dassert(succp); } 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 * contain the remainder, or part thereof of the query. * - * @param instance The query router instance - * @param session The session associated with the client - * @param queue MaxScale buffer queue with the packets received + * @param instance The query router instance + * @param router_session The session associated with the client + * @param querybuf MaxScale buffer queue with received packet * * @return if succeed 1, otherwise 0 * If routeQuery fails, it means that router session has failed.