1. 11 Oct, 2007 2 commits
  2. 10 Oct, 2007 4 commits
  3. 09 Oct, 2007 5 commits
  4. 05 Oct, 2007 10 commits
  5. 04 Oct, 2007 6 commits
  6. 03 Oct, 2007 3 commits
  7. 02 Oct, 2007 9 commits
  8. 01 Oct, 2007 1 commit
    • evgen@moonbone.local's avatar
      Bug#31095: Unexpected NULL constant caused server crash. · 49af76ac
      evgen@moonbone.local authored
      The Item_func_rollup_const class is used for wrapping constants to avoid
      wrong result for ROLLUP queries with DISTINCT and a constant in the select
      list. This class is also used to wrap up a NULL constant but its null_value
      wasn't set accordingly. This led to a server crash.
      
      Now the null_value of an object of the Item_func_rollup_const class is set
      by its fix_length_and_dec member function.
      49af76ac