• Sergey Glukhov's avatar
    Bug#46815 CONCAT_WS returning wrong data · 5fbc2904
    Sergey Glukhov authored
    The problem is that argument buffer can be used as result buffer
    and it leads to argument value change.
    The fix is to use 'old buffer' as result buffer only
    if first argument is not constant item.
    5fbc2904
func_str.result 82.3 KB