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