1. 30 Oct, 2004 1 commit
  2. 28 Oct, 2004 2 commits
  3. 27 Oct, 2004 1 commit
  4. 26 Oct, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      item_cmpfunc.h: · 44b9faab
      igor@rurik.mysql.com authored
        COND_EQUAL must be derived from Sql_alloc to simplify memory
        management for objects of this class.
        This fixes a leak in mysql-test-run noticed by PEM.
      opt_range.cc:
        Fixed uninitialized min_max_range member the QUICK_GROUP_MIN_MAX_SELECT class.
      44b9faab
  5. 23 Oct, 2004 2 commits
  6. 22 Oct, 2004 7 commits
  7. 21 Oct, 2004 11 commits
  8. 20 Oct, 2004 9 commits
  9. 19 Oct, 2004 3 commits
    • igor@rurik.mysql.com's avatar
      a03e5ad8
    • igor@rurik.mysql.com's avatar
      table.h, sql_select.h: · 4c8e3917
      igor@rurik.mysql.com authored
        Added the code processing on expressions for applying
        multiple equalities.
      sql_select.cc:
        Post-merge fixes for Item_equal patch.
        Added the code processing on expressions for applying
        multiple equalities.
      Many files:
        Post-merge fixes for Item_equal patch.
      item_cmpfunc.cc:
        Post-merge fixes for Item_equal patch.
        Fixed a problem when an equality field=const cannot be applied to
        the predicate P(field,c) for constant propagation as a conversion
        of field is needed.
      item.h, item.cc:
        Fixed a problem when an equality field=const cannot be applied to
        the predicate P(field,c) for constant propagation as a conversion
        of field is needed.
      4c8e3917
    • serg@serg.mylan's avatar
      0b7f26d7
  10. 18 Oct, 2004 3 commits