1. 24 Feb, 2016 1 commit
  2. 23 Feb, 2016 14 commits
  3. 22 Feb, 2016 6 commits
  4. 21 Feb, 2016 1 commit
  5. 18 Feb, 2016 1 commit
  6. 17 Feb, 2016 4 commits
  7. 16 Feb, 2016 1 commit
  8. 07 Feb, 2016 1 commit
  9. 02 Feb, 2016 3 commits
    • Sergei Petrunia's avatar
      MDEV-9504: ANALYZE TABLE shows wrong 'rows' value for ORDER BY query · 07b8aefe
      Sergei Petrunia authored
      Revert the patch for MDEV-9504.
      It causes test failures, attempt to fix these causes more failures. The
      source of all this is that the code in test_if_skip_sort_order() has
      a peculiar way of treating select_limit parameter:
      Correct value is computed when the query plan is changed. In other cases,
      we use an approximation that ignores the presence of GROUP BY clause,
      or JOINs, or both.
      
      A patch that fixes all of the above would be too big to do in 10.1
      07b8aefe
    • Monty's avatar
      Fixed warnings and one memory loss found by valgrind · 55ea2654
      Monty authored
      The memory loss could happen in Aria with encrypted tables when Aria failed to encrypt a block.
      In normal usage this should never happen.
      55ea2654
    • Monty's avatar
      Merge branch '10.0' into 10.1 · 11c2d3c3
      Monty authored
      Conflicts:
      	configure.cmake
      11c2d3c3
  10. 01 Feb, 2016 8 commits