Fix for bug #23254: COMPRESS(NULL) makes all futher COMPRESS() calls on same Item return NULL
We don't set null_value to 0 in the Item_func_compress::val_str() for not-NULL results.
Showing
Please register or sign in to comment
We don't set null_value to 0 in the Item_func_compress::val_str() for not-NULL results.