1. 21 Jan, 2014 2 commits
  2. 20 Jan, 2014 2 commits
  3. 13 Jan, 2014 1 commit
  4. 20 Dec, 2013 1 commit
  5. 18 Dec, 2013 1 commit
  6. 12 Dec, 2013 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-5410. · 3e75f026
      Igor Babaev authored
      The fix for bug #27937 was incomplete: it did not handle correctly the queries
      containing UNION with global ORDER BY in subselects.
      3e75f026
  7. 11 Dec, 2013 1 commit
  8. 07 Dec, 2013 1 commit
  9. 05 Dec, 2013 2 commits
    • Igor Babaev's avatar
      Merge · 40976bc8
      Igor Babaev authored
      40976bc8
    • Igor Babaev's avatar
      Fixed bug mdev-5382 · 03353df0
      Igor Babaev authored
      When marking used columns the function find_field_in_table_ref() erroneously
      called the walk method for the real item behind a view/derived table field
      with the second parameter set to TRUE.
      This erroneous code was introduced in 2006. 
      03353df0
  10. 04 Dec, 2013 1 commit
  11. 03 Dec, 2013 1 commit
  12. 02 Dec, 2013 2 commits
  13. 01 Dec, 2013 1 commit
  14. 29 Nov, 2013 1 commit
  15. 27 Nov, 2013 1 commit
  16. 25 Nov, 2013 1 commit
  17. 22 Nov, 2013 2 commits
  18. 21 Nov, 2013 2 commits
  19. 14 Nov, 2013 4 commits
  20. 13 Nov, 2013 7 commits
  21. 12 Nov, 2013 1 commit
    • Sergei Golubchik's avatar
      MDEV-5113 Wrong result (extra row) and valgrind warnings in... · 740941ae
      Sergei Golubchik authored
      MDEV-5113 Wrong result (extra row) and valgrind warnings in Item_maxmin_subselect::any_value on 2nd execution of PS with SELECT subquery
      
      When setting Item_func_not_all::test_sum_item or Item_func_not_all::test_sub_item,
      reset the other one to NULL - they can never be set both. When a PS is reexecuted,
      different executions might be optimized differently and a wrong test_su*_item
      might stay set from the previous execution.
      740941ae
  22. 11 Nov, 2013 2 commits
    • unknown's avatar
      MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with... · 83cc52ab
      unknown authored
      MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with LEFT JOIN and MERGE view or SELECT SQ
      
      1. Transformation of row IN subquery made the same as single value.
      2. replace_where_subcondition() made working on several layers of OR/AND because it called on expression before fix_fields().
      83cc52ab
    • unknown's avatar
      MDEV-5103: server crashed on singular Item_equal · 012477eb
      unknown authored
      Singular Item_equal support added.
      
      The problem was that during constant table substitution Item_equal become containing only one constant which was not supported internally.
      012477eb
  23. 08 Nov, 2013 2 commits