Fix bug #12489 wrongly printed strcmp() function results in creation of broken
view. For Item_func_strcmp print() was not defined and for this class was called print_op of it's parent class. Because of this strcmp() was printed wrongly and this results int creation of broken view. Added function Item_func_strcmp::print() which correctly prints strcmp() function.
Showing
Please register or sign in to comment