• monty@mashka.mysql.fi's avatar
    Fix for MIN/MAX with empty tables · e3cd6352
    monty@mashka.mysql.fi authored
    MIN(key_column) could in some cases return NULL on a column with NULL and other values.
    MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
    e3cd6352
item_sum.h 14.6 KB