mariadb/storage/xtradb
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
..
api XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
btr Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
buf Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
data Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
dict MDEV-6759: innodb valgrind failures 2014-10-27 16:34:53 +02:00
dyn Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
eval Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fil MDEV-6968: CREATE TABLE crashes with InnoDB plugin 2014-10-29 11:07:37 +02:00
fsp Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fts XtraDB 5.6.20-68.0 2014-09-11 16:44:16 +02:00
fut Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ha Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler Make sure that information schema knows also page compressed page 2014-10-20 15:53:07 +03:00
ibuf xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
include MDEV-6648: InnoDB: Add support for 4K sector size if supported 2014-10-29 11:07:11 +02:00
lock Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
log Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
mach Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
mem MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mtr MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mysql-test/storage_engine Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
os MDEV-6968: CREATE TABLE crashes with InnoDB plugin 2014-10-29 11:07:37 +02:00
page Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
pars xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
que Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
read xtradb-5.6.19-67.0 2014-08-06 19:57:06 +02:00
rem MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
row Enhance row-merge sort progress logging. 2014-10-22 16:14:25 +03:00
srv MDEV-6648: InnoDB: Add support for 4K sector size if supported 2014-10-29 11:07:11 +02:00
sync Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
trx Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
usr Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ut MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
CMakeLists.txt Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
COPYING.Google Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00
COPYING.Percona Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
Doxyfile merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
ha_innodb.def Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00