1. 07 Feb, 2016 1 commit
  2. 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
  3. 01 Feb, 2016 8 commits
  4. 31 Jan, 2016 2 commits
  5. 30 Jan, 2016 1 commit
  6. 28 Jan, 2016 11 commits
  7. 27 Jan, 2016 9 commits
  8. 26 Jan, 2016 5 commits