From a7fef967c411642292438ee923a633d4c2307669 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 4 Sep 2020 15:27:47 -0500 Subject: [PATCH] MCOL-4108 For functions not found, send not supported error --- dbcon/mysql/ha_mcs_execplan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/mysql/ha_mcs_execplan.cpp b/dbcon/mysql/ha_mcs_execplan.cpp index 1abed2c99..8ee21dcd0 100755 --- a/dbcon/mysql/ha_mcs_execplan.cpp +++ b/dbcon/mysql/ha_mcs_execplan.cpp @@ -7082,7 +7082,7 @@ int getSelectPlan(gp_walk_info& gwi, SELECT_LEX& select_lex, return -1; } } - else if ( !gwi.fatalParseError ) + else { Message::Args args; args.add(ifp->func_name());