1. 15 Jul, 2003 9 commits
  2. 14 Jul, 2003 5 commits
  3. 13 Jul, 2003 3 commits
  4. 12 Jul, 2003 3 commits
  5. 11 Jul, 2003 2 commits
  6. 10 Jul, 2003 2 commits
  7. 09 Jul, 2003 2 commits
  8. 08 Jul, 2003 9 commits
  9. 07 Jul, 2003 1 commit
  10. 06 Jul, 2003 3 commits
  11. 05 Jul, 2003 1 commit
    • 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