You've already forked mariadb-columnstore-engine
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:
@ -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());
|
||||
|
Reference in New Issue
Block a user