1. 13 Aug, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      join_nested.test, join_nested.result: · 49094f58
      igor@rurik.mysql.com authored
        Added a case for bug #4976 when one of the inner tables is empty.
      select.result, join.result:
        Reversed the previous change of the erronious fix for bug #4976.
      sql_select.cc:
        The previous fix for bug 4976 was reversed as it
        erroniously converted an outer join into an innner join
        when on_expression does not refer to outer tables.
        This is not valid if inner tables return an empty set.
        Setting dependency on outer tables was added for the above cases.
        To fix the crash in the test case of bug #4976  
        a guard was added that blocks running the crashing code for
        nested outer joins.
      49094f58
  2. 11 Aug, 2004 2 commits
  3. 10 Aug, 2004 2 commits
  4. 09 Aug, 2004 1 commit
  5. 06 Aug, 2004 6 commits
  6. 04 Aug, 2004 2 commits
  7. 03 Aug, 2004 6 commits
  8. 02 Aug, 2004 1 commit
  9. 29 Jul, 2004 2 commits
  10. 28 Jul, 2004 1 commit
  11. 26 Jul, 2004 6 commits
  12. 23 Jul, 2004 10 commits