mariadb/storage/innobase
Michael Widenius 44d8fe9646 Don't abort InnoDB/XtraDB if one can't allocate resources for AIO
- Better error messages

This fixes that one again can run the test systems with many threads without having to increase fs.aio-max-nr.


mysql-test/include/mtr_check.sql:
  Ignore the INNODB_USE_NATIVE_AIO variable (may change during execution)
mysql-test/mysql-test-run.pl:
  Ignore warnings for failure to setup AIO
storage/innobase/os/os0file.c:
  Continue without AIO even if we can't allocate resources for AIO
storage/xtradb/os/os0file.c:
  Continue without AIO even if we can't allocate resources for AIO
storage/xtradb/srv/srv0start.c:
  Give an error message (instead of core dump) if AIO can't be initialized
2012-06-27 17:13:12 +03:00
..
btr mysql-5.5 merge 2012-06-14 20:05:31 +02:00
buf Bug#13990648: 65061: LRU FLUSH RATE CALCULATION IS BASED ON INVALID VALUES 2012-04-23 22:15:29 -04:00
data
dict mysql-5.5 merge 2012-06-14 20:05:31 +02:00
dyn
eval
fil merge from 5.1 2012-04-26 08:21:25 -07:00
fsp
fut
ha
handler mysql-5.5 merge 2012-06-14 20:05:31 +02:00
ibuf merge from 5.1 2012-03-15 13:34:50 -04:00
include mysql-5.5 merge 2012-06-14 20:05:31 +02:00
lock merge from 5.1 2012-03-15 13:34:50 -04:00
log backport Bug #47707 print some progress messages during shutdown of innodb 2012-03-21 11:48:12 +08:00
mach
mem
mtr
os Don't abort InnoDB/XtraDB if one can't allocate resources for AIO 2012-06-27 17:13:12 +03:00
page
pars
que
read
rem
row c 2012-05-21 15:30:25 +02:00
srv Bug#12677594 - 61575: INNODB: WARNING: IO_SETUP() FAILED WITH EAGAIN. 2012-04-23 06:39:16 -04:00
sync mysql-5.5 merge 2012-06-14 20:05:31 +02:00
trx mysql 5.5.23 merge 2012-04-10 08:28:13 +02:00
usr
ut
CMakeLists.txt Fixed some simple warnings on Windows. 2012-04-13 19:44:22 +02:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports