diff options
author | Michael Widenius <monty@askmonty.org> | 2012-06-27 17:13:12 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-06-27 17:13:12 +0300 |
commit | 44d8fe96461c0605a53159fcdc4bf04a8e5c52b3 (patch) | |
tree | 84fb5f36d2cc6b0086581a8d134ad4422e37910c /debian | |
parent | 072097174c8b91299fe74a3cd7c5248e6e3cfc57 (diff) | |
download | mariadb-git-44d8fe96461c0605a53159fcdc4bf04a8e5c52b3.tar.gz |
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
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions