1. 17 Feb, 2016 1 commit
    • Jan Lindström's avatar
      MDEV-9559: Server without encryption configs crashes if selecting from an... · 36ca65b7
      Jan Lindström authored
      MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table
      
      There was two problems. Firstly, if page in ibuf is encrypted but
      decrypt failed we should not allow InnoDB to start because
      this means that system tablespace is encrypted and not usable.
      Secondly, if page decrypt is detected we should return false
      from buf_page_decrypt_after_read.
      36ca65b7
  2. 16 Feb, 2016 1 commit
  3. 07 Feb, 2016 1 commit
  4. 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
  5. 01 Feb, 2016 8 commits
  6. 31 Jan, 2016 2 commits
  7. 30 Jan, 2016 1 commit
  8. 28 Jan, 2016 11 commits
  9. 27 Jan, 2016 9 commits
  10. 26 Jan, 2016 3 commits