1. 20 Oct, 2004 1 commit
  2. 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
  3. 18 Oct, 2004 3 commits
  4. 16 Oct, 2004 1 commit
  5. 14 Oct, 2004 1 commit
  6. 13 Oct, 2004 1 commit
  7. 12 Oct, 2004 5 commits
  8. 11 Oct, 2004 5 commits
  9. 10 Oct, 2004 3 commits
  10. 09 Oct, 2004 3 commits
  11. 08 Oct, 2004 3 commits
  12. 07 Oct, 2004 9 commits
  13. 06 Oct, 2004 1 commit
  14. 05 Oct, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      join_outer.result, join_outer.test: · a9b759af
      igor@rurik.mysql.com authored
        Added a test case for bug #5896.
      sql_select.cc:
        Fixed the problem of ignoring on expressions depending
        only on outer table when outer table either contains
        1 row or is guaranteed to return only 1 row (bug #5896).
      a9b759af