mirror of https://github.com/MariaDB/server
Browse Source
We use val_int() calls (followed by null_value check) to determine nullness in some Item_sum_count' and Item_sum_count_distinct' methods, as a side effect we get extra warnings raised in the val_int(). Fix: use is_null() instead.pull/73/head
4 changed files with 31 additions and 33 deletions
Loading…
Reference in new issue