1. 23 Jan, 2019 3 commits
    • Sreeharsha Ramanavarapu's avatar
      Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERY · b20d94da
      Sreeharsha Ramanavarapu authored
      Issue:
      ------
      When a subquery contains UNION the count of the number of
      subquery columns is calculated incorrectly. Only the first
      query block in the subquery's UNION is considered and an
      array indexing goes out-of-bounds, and this is caught by an
      assert.
      
      Solution:
      ---------
      Sum up the columns from all query blocks of the query
      expression.
      
      Change specific to 5.6/5.5:
      ---------------------------
      The "child" points to the last query block of the UNION
      (as opposed to 5.7+ where it points to the first member of
      UNION). So "child->master_unit()->first_select()" is used
      to reach the first query block of UNION.
      b20d94da
    • Aditya A's avatar
      Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USE · 6de2928d
      Aditya A authored
      PROBLEM
      -------
      Memory sanitizer reports uninitialized comparisons
      in log_in_use(), because strings are compared with
      memcmp() instead of strncmp.
      
      FIX
      ---
      Use strncmp() to compare strings
      6de2928d
    • Marko Mäkelä's avatar
      MDEV-18349 InnoDB file size changes are not safe when file system crashes · 942a6bd0
      Marko Mäkelä authored
      fil_extend_space_to_desired_size(): Invoke fsync() after posix_fallocate()
      in order to durably extend the file in a crash-safe file system.
      942a6bd0
  2. 21 Jan, 2019 3 commits
  3. 19 Jan, 2019 1 commit
  4. 16 Jan, 2019 3 commits
  5. 15 Jan, 2019 1 commit
  6. 11 Jan, 2019 1 commit
  7. 02 Jan, 2019 1 commit
  8. 18 Dec, 2018 1 commit
  9. 17 Dec, 2018 1 commit
  10. 13 Dec, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 16 Nov, 2018 1 commit
  13. 15 Nov, 2018 2 commits
  14. 02 Nov, 2018 1 commit
  15. 01 Nov, 2018 2 commits
  16. 31 Oct, 2018 1 commit
  17. 30 Oct, 2018 3 commits
  18. 26 Oct, 2018 1 commit
  19. 24 Oct, 2018 4 commits
  20. 23 Oct, 2018 2 commits
  21. 20 Oct, 2018 1 commit
  22. 19 Oct, 2018 1 commit
  23. 17 Oct, 2018 1 commit
  24. 15 Oct, 2018 2 commits
  25. 10 Oct, 2018 1 commit