• evgen@moonbone.local's avatar
    Bug#25373: Stored functions wasn't compared correctly which leads to a wrong · b81b814c
    evgen@moonbone.local authored
    result.
    
    For built-in functions like sqrt() function names are hard-coded and can be
    compared by pointer. But this isn't the case for a used-defined stored
    functions - names there are dynamical and should be compared as strings.
    
    Now the Item_func::eq() function employs my_strcasecmp() function to compare
    used-defined stored functions names.
    b81b814c
item_func.cc 129 KB