1. 09 Dec, 2010 11 commits
  2. 08 Dec, 2010 2 commits
    • Georgi Kodinov's avatar
      Bug #57954: BIT_AND function returns incorrect results · 4e9fb2c7
      Georgi Kodinov authored
       when semijoin=on
      
      When setting the aggregate function as having no rows to report
      the function no_rows_in_result() was calling Item_sum::reset().
      However this function in addition to cleaning up the aggregate 
      value by calling aggregator_clear() was also adding the current
      value to the aggregate value by calling aggregator_add().
      Fixed by making no_rows_in_result() to call aggregator_clear()
      directly.
      Renamed Item_sum::reset to Item_sum::reset_and_add() to
      and added a comment to avoid misinterpretation of what the
      function does.
      4e9fb2c7
    • Sergey Vojtovich's avatar
      Merge fix for BUG58205 to 5.5-bugteam. · 703014b8
      Sergey Vojtovich authored
      703014b8
  3. 07 Dec, 2010 11 commits
  4. 06 Dec, 2010 1 commit
  5. 05 Dec, 2010 1 commit
  6. 03 Dec, 2010 4 commits
  7. 02 Dec, 2010 6 commits
  8. 01 Dec, 2010 4 commits