1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4108 For functions not found, send not supported error

This commit is contained in:
David Hall
2020-09-04 15:27:47 -05:00
parent b6e657fa4d
commit a7fef967c4

View File

@ -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());