• bell@sanja.is.com.ua's avatar
    reduced using of slow current_thd/current_lex macro · 45e001f4
    bell@sanja.is.com.ua authored
    initialization of item_thd moved to constructor (in any case we need thd in constructor)
    initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
    removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
    45e001f4
item_sum.h 21.8 KB