From 4b2270727bcdaa892788641ad00f8ed29f5308eb Mon Sep 17 00:00:00 2001 From: vraatikka Date: Thu, 21 Nov 2013 12:07:32 +0200 Subject: [PATCH] Removed unnecessary debug assert. --- server/modules/protocol/mysql_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/modules/protocol/mysql_common.c b/server/modules/protocol/mysql_common.c index ac87488aa..ee415b7a0 100644 --- a/server/modules/protocol/mysql_common.c +++ b/server/modules/protocol/mysql_common.c @@ -754,8 +754,6 @@ mysql_send_custom_error (DCB *dcb, int packet_number, int in_affected_rows, cons { return 0; } - ss_dassert(dcb != NULL); - mysql_errno = 2003; mysql_error_msg = "An errorr occurred ..."; mysql_state = "HY000";