1. 29 Oct, 2014 2 commits
    • Jan Lindström's avatar
      MDEV-6968: CREATE TABLE crashes with InnoDB plugin · 2d2d11f0
      Jan Lindström authored
      Analysis: fil_extend_space_to_desired_size() does not provide file
      node to os_aio(). This failed on Windows only because on Windows
      we do not use posix_fallocate() to extend file space.
      
      Fix: Add file node to os_aio() function call and make sure that
      we do not use NULL pointer at os_aio_array_reserve_slot(). Additionally,
      make sure that we do not use 0 as file_block_size (512 is the minimum).
      2d2d11f0
    • Jan Lindström's avatar
      MDEV-6648: InnoDB: Add support for 4K sector size if supported · b96697d2
      Jan Lindström authored
      New generation hard drives, SSDs and NVM devices support 4K
      sector size. Supported sector size can be found using fstatvfs()
      or GetDiskFreeSpace() functions.
      b96697d2
  2. 28 Oct, 2014 2 commits
  3. 27 Oct, 2014 1 commit
  4. 24 Oct, 2014 1 commit
  5. 22 Oct, 2014 1 commit
  6. 21 Oct, 2014 1 commit
  7. 20 Oct, 2014 1 commit
  8. 19 Oct, 2014 1 commit
  9. 17 Oct, 2014 6 commits
  10. 15 Oct, 2014 3 commits
  11. 14 Oct, 2014 3 commits
  12. 13 Oct, 2014 1 commit
  13. 12 Oct, 2014 2 commits
  14. 11 Oct, 2014 15 commits