1. 28 Jan, 2016 2 commits
  2. 27 Jan, 2016 9 commits
  3. 26 Jan, 2016 7 commits
  4. 25 Jan, 2016 19 commits
  5. 24 Jan, 2016 1 commit
    • Sergei Petrunia's avatar
      MDEV-9457: Poor query plan chosen for ORDER BY query by a recent 10.1 · ff8d4009
      Sergei Petrunia authored
      Undo the change in test_if_skip_sort_order() that set ref_key=-1 when
      a variant of index_merge is used (was made in fix for MDEV-9021).
      
      It turned out that test_if_cheaper_ordering() call below assumes that
      ref_key=-1 means "no index is used", that is, "an inefficient full table
      scan is done".
      This is not the same as index_merge, index_merge can actually be quite
      efficient. So, ref_key=MAX_KEY denotes the fact that some index is used,
      not any given index.
      ff8d4009
  6. 22 Jan, 2016 1 commit
  7. 20 Jan, 2016 1 commit