-
Rex authored
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
50c64e29