MDEV-19520 pushdown_from_having_into_where() not calling fix_fields() correctly
fix_fields() called in pushdown_from_having_into_where() assuming that the item is immutable. normalize_cond() extended to include (not f)=>(f == 0) to avoid the issue where NOT(field) was being transformed to (field == 0) during this fix_fields call. s
Showing
Please register or sign in to comment