1. 13 Apr, 2017 1 commit
  2. 11 Apr, 2017 1 commit
  3. 07 Apr, 2017 1 commit
  4. 04 Apr, 2017 1 commit
    • Igor Babaev's avatar
      Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886. · b0395d87
      Igor Babaev authored
      Also fixed a wrong result for a test case for mdev-7691
      (the alternative one).
      The test  cases for all these bug have materialized semi-joins used
      inside dependent sub-queries.
      
      The patch actually reverts the change inroduced by Monty in 2003.
      It looks like this change is not valid anymore after the implementation
      of semi-joins.
      Adjusted output from EXPLAIN for many other test cases.
      b0395d87
  5. 24 Mar, 2017 1 commit
  6. 21 Mar, 2017 1 commit
  7. 18 Mar, 2017 1 commit
    • Bharathy Satish's avatar
      Bug #25717383: MYSQLDUMP MAY EXECUTE ANY ARBITRARY QUERY · 6fa5e081
      Bharathy Satish authored
      While writing comments if database object names has a new
      line character, then next line is considered a command, rather
      than a comment.
      This patch fixes the way comments are constructed in mysqldump.
      
      (cherry picked from commit 1099f9d17b1c697c2760f86556f5bae7d202b444)
      6fa5e081
  8. 17 Mar, 2017 1 commit
  9. 14 Mar, 2017 2 commits
  10. 13 Mar, 2017 1 commit
  11. 12 Mar, 2017 1 commit
  12. 10 Mar, 2017 1 commit
  13. 09 Mar, 2017 1 commit
  14. 08 Mar, 2017 6 commits
  15. 06 Mar, 2017 1 commit
  16. 05 Mar, 2017 1 commit
  17. 03 Mar, 2017 1 commit
    • Marko Mäkelä's avatar
      MDEV-11520: Retry posix_fallocate() after EINTR. · 6b8173b6
      Marko Mäkelä authored
      The function posix_fallocate() as well as the Linux system call
      fallocate() can return EINTR when the operation was interrupted
      by a signal. In that case, keep retrying the operation, except
      if InnoDB shutdown has been initiated.
      6b8173b6
  18. 28 Feb, 2017 1 commit
  19. 27 Feb, 2017 16 commits