1. 03 Oct, 2010 2 commits
  2. 01 Oct, 2010 1 commit
  3. 28 Sep, 2010 3 commits
  4. 21 Sep, 2010 1 commit
  5. 20 Sep, 2010 3 commits
  6. 18 Sep, 2010 1 commit
  7. 15 Sep, 2010 3 commits
  8. 13 Sep, 2010 2 commits
  9. 12 Sep, 2010 2 commits
  10. 11 Sep, 2010 1 commit
  11. 10 Sep, 2010 1 commit
  12. 05 Sep, 2010 1 commit
  13. 19 Aug, 2010 1 commit
  14. 15 Aug, 2010 3 commits
  15. 14 Aug, 2010 2 commits
  16. 12 Aug, 2010 2 commits
  17. 11 Aug, 2010 1 commit
  18. 09 Aug, 2010 3 commits
  19. 08 Aug, 2010 4 commits
  20. 05 Aug, 2010 1 commit
  21. 30 Jul, 2010 1 commit
    • unknown's avatar
      Fix for luanchpad bug#609043 · 02c040dd
      unknown authored
      Removed indirect reference in equalities for cache index lookup.
      
      We should use a direct reference because some optimization of the
      query may optimize out a condition predicate and if the outer reference
      is the only element of the condition predicate the indirect reference
      becomes NULL.
      
      We can resolve correctly the indirect reference in
      Expression_cache_tmptable::make_equalities because it is called before
      optimization of the cached subquery.
      
      
      mysql-test/r/subquery_cache.result:
        The test suite for the bug added.
      mysql-test/t/subquery_cache.test:
        The test suite for the bug added.
      sql/sql_expression_cache.cc:
        Removed indirect reference in equalities for cache index lookup.
      02c040dd
  22. 29 Jul, 2010 1 commit
    • unknown's avatar
      Bugfix for lounchpad bug#608834 (608824, 609045, 609052). · 76e2be8e
      unknown authored
      Added get_tmp_table_item() to cache wrapper as it has all not simple Items (Item_func, Item_field, Item_subquery).
      
      mysql-test/r/subquery_cache.result:
        Tests for bugs fixed.
      mysql-test/t/subquery_cache.test:
        Tests for bugs fixed.
      sql/item.cc:
        Added get_tmp_table_item() to cache wrapper as it has all not simple Items (Item_func, Item_field, Item_subquery).
      sql/item.h:
        Added get_tmp_table_item() to cache wrapper as it has all not simple Items (Item_func, Item_field, Item_subquery).
      76e2be8e