• evgen@moonbone.local's avatar
    Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed · fc0e206c
    evgen@moonbone.local authored
    correctly.
    
    The Item_func::print method was used to print the Item_func_encode and the
    Item_func_decode objects. The last argument to ENCODE and DECODE functions
    is a plain C string and thus Item_func::print wasn't able to print it.
    
    The print() method is added to the Item_func_encode class. It correctly
    prints the Item_func_encode and the Item_func_decode objects.
    fc0e206c
func_str.test 27.2 KB