1. 21 Feb, 2012 3 commits
  2. 20 Feb, 2012 12 commits
  3. 17 Feb, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #933117. · c563ea07
      Igor Babaev authored
      The bug was fixed with the code back-ported from the patch for LP bug 800184
      pushed into mariadb-5.3.
      c563ea07
  4. 12 Feb, 2012 1 commit
  5. 11 Feb, 2012 4 commits
  6. 03 Feb, 2012 3 commits
  7. 25 Jan, 2012 1 commit
  8. 23 Jan, 2012 1 commit
  9. 21 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Fixed LP bug #919427. · bb4053af
      Igor Babaev authored
      The function subselect_uniquesubquery_engine::copy_ref_key has to take into
      account that when EXPLAIN is processed the array of store_key object created
      for any TABLE_REF may contain elements for constant items. These items should
      be ignored by thefunction.
      bb4053af
  10. 12 Jan, 2012 4 commits
  11. 11 Jan, 2012 1 commit
  12. 04 Jan, 2012 1 commit
  13. 30 Dec, 2011 2 commits
  14. 29 Dec, 2011 1 commit
  15. 14 Jan, 2012 2 commits
  16. 13 Jan, 2012 1 commit
    • Igor Babaev's avatar
      Back-ported the test cases for bug #12763207 from mysql-5.6 code line into 5.2 · 6dfe0956
      Igor Babaev authored
      Completed the fix for this bug.
      Note: in 5.3 the affected 'if' statement in Item_in_subselect::single_value_transformer()
      starting with the  condition (thd->variables.sql_mode & MODE_ONLY_FULL_GROUP_BY)
      should be removed altogether. The change from table.cc is not needed either.
      This is because in 5.3
       - min/max transformation for subqueries are done at the optimization phase
       - evaluation of the expensive subqueries is done at the execution phase.
      
      Added an EXPLAIN EXTENDED to the test case for bug #12329653. 
      6dfe0956
  17. 10 Jan, 2012 1 commit