• konstantin@mysql.com's avatar
    fix for bug #1790: · c4a9dc4f
    konstantin@mysql.com authored
    "BIT_AND() result in GROUP BY different when SQL_BIG_RESULT used"
    
    return value of BIT_AND changed to BIGINT SIGNED
    Also the patch fixes another bug: when temporary table is in use and one of
    values in group is NULL, BIT_AND always returns zero.
    Fixed it to always skip null values.
    c4a9dc4f
item_sum.h 15.1 KB