Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
5.5.34
-
any
Description
Item_func::Functype is not set for some functions and thus the function type for those is UNKNOWN_FUNC, for example, for soundex(), rand(), and repeat().
(On the other hand, functions that are not known are classified as FUNC_SP.)
Setting proper type would help in examining the type of function.