• Vicențiu Ciorbaru's avatar
    Fix debug assert post MDEV-10306 · 5c89f23b
    Vicențiu Ciorbaru authored
    tmp variable now points to str->ptr() buffer, not tmp_value buffer.
    Comparing pointers otherwise can lead to false assertion errors as we
    don't know where buffers are allocated in respect to each other.
    5c89f23b
item_strfunc.cc 138 KB