From 12f17f08c7f8c34e1b9c596084539a6147564ec7 Mon Sep 17 00:00:00 2001 From: Vamsikrishna Bhagi Date: Tue, 9 Dec 2014 16:15:37 +0530 Subject: Bug #19688008 CREATE_ASYMMETRIC_PUB_KEY: CRASHES IN OPENSSL CODE Fixed a failure on pb2 caused by the patch previously pushed. --- sql/udf_example.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sql/udf_example.c') diff --git a/sql/udf_example.c b/sql/udf_example.c index af625b7ebf0..ccb0cd827f2 100644 --- a/sql/udf_example.c +++ b/sql/udf_example.c @@ -300,14 +300,6 @@ char *metaphon(UDF_INIT *initid __attribute__((unused)), *is_null=1; return 0; } - else - { - /* - A check to confirm that argument length has the value it is - expected to have. - */ - assert(strlen(word) == args->lengths[0]); - } w_end=word+args->lengths[0]; org_result=result; -- cgit v1.2.1