mariadb/storage/xtradb/os
Jan Lindström 2d2d11f02b MDEV-6968: CREATE TABLE crashes with InnoDB plugin
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).
2014-10-29 11:07:37 +02:00
..
os0file.cc MDEV-6968: CREATE TABLE crashes with InnoDB plugin 2014-10-29 11:07:37 +02:00
os0proc.cc
os0stacktrace.cc 5.5 merge 2014-09-16 14:03:17 +02:00
os0sync.cc MDEV-6648: InnoDB: Add support for 4K sector size if supported 2014-10-29 11:07:11 +02:00
os0thread.cc