1. 01 Oct, 2010 1 commit
  2. 28 Sep, 2010 3 commits
  3. 21 Sep, 2010 1 commit
  4. 20 Sep, 2010 3 commits
  5. 18 Sep, 2010 1 commit
  6. 15 Sep, 2010 3 commits
  7. 13 Sep, 2010 2 commits
  8. 12 Sep, 2010 2 commits
  9. 11 Sep, 2010 1 commit
  10. 10 Sep, 2010 1 commit
  11. 05 Sep, 2010 1 commit
  12. 19 Aug, 2010 1 commit
  13. 15 Aug, 2010 3 commits
  14. 14 Aug, 2010 2 commits
  15. 12 Aug, 2010 2 commits
  16. 11 Aug, 2010 1 commit
  17. 09 Aug, 2010 3 commits
  18. 08 Aug, 2010 4 commits
  19. 05 Aug, 2010 1 commit
  20. 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
  21. 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
  22. 23 Jul, 2010 1 commit
    • unknown's avatar
      Removed dead code that was made obsolete by the introduction of · e75fd931
      unknown authored
      check_join_cache_usage() by the change:
      
      Revno: 2793
      Revision Id: igor@askmonty.org-20091221022615-kx5ieiu0okmiupuc
      Timestamp: Sun 2009-12-20 18:26:15 -0800
      
      Backport into MariaDB-5.2 the following:
      WL#2771 "Block Nested Loop Join and Batched Key Access Join"
      e75fd931
  23. 17 Jul, 2010 1 commit