You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ( !gwi.fatalParseError )
|
else
|
||||||
{
|
{
|
||||||
Message::Args args;
|
Message::Args args;
|
||||||
args.add(ifp->func_name());
|
args.add(ifp->func_name());
|
||||||
|
Reference in New Issue
Block a user