-
Tor Didriksen authored
Problem: a where predicate containing both trim(leading) and trim(trailing) was incorrectly optimized away. Solution: Change Item_func_trim::func_name() to return different results for leading and trailing. Introduce trim_func_name() for printing the correct function name for Item_func_trim::print()
Tor Didriksen authoredProblem: a where predicate containing both trim(leading) and trim(trailing) was incorrectly optimized away. Solution: Change Item_func_trim::func_name() to return different results for leading and trailing. Introduce trim_func_name() for printing the correct function name for Item_func_trim::print()
Loading