1. 02 Jun, 2016 3 commits
  2. 01 Jun, 2016 1 commit
  3. 27 May, 2016 1 commit
  4. 23 May, 2016 1 commit
    • Sergei Petrunia's avatar
      MDEV-8989: ORDER BY optimizer ignores equality propagation · 99cd5a96
      Sergei Petrunia authored
      Variant #4 of the fix.
      
      Make ORDER BY optimization functions take into account multiple
      equalities. This is done in several places:
      - remove_const() checks whether we can sort the first table in the
        join, or we need to put rows into temp.table and then sort.
      - test_if_order_by_key() checks whether there are indexes that
        can be used to produce the required ordering
      - make_unireg_sortorder() constructs sort criteria for filesort.
      99cd5a96
  5. 18 May, 2016 1 commit
  6. 17 May, 2016 1 commit
  7. 11 May, 2016 1 commit
  8. 10 May, 2016 1 commit
  9. 08 May, 2016 2 commits
  10. 07 May, 2016 1 commit
  11. 06 May, 2016 1 commit
  12. 05 May, 2016 11 commits
  13. 04 May, 2016 13 commits
  14. 03 May, 2016 2 commits