mariadb/storage/innobase
Daniel Black 8e8e65ed1c MDEV-10829: innodb_numa_interleave=1, use numa numa_get_mems_allowed
Using numa_all_nodes_ptr was excessively optimistic. Due to
constraints in systemd, containers or otherwise mysqld could of been
limited to a smaller set of cpus. Use the numa_get_mems_allowed
library function to see what we can interleave between before doing
so. The alternative is to fail interleaving overall.

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
2016-09-23 09:05:02 +10:00
..
api
btr Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
buf MDEV-10829: innodb_numa_interleave=1, use numa numa_get_mems_allowed 2016-09-23 09:05:02 +10:00
data
dict Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
dyn
eval
fil Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
fsp Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
fts Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
fut
ha
handler Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
ibuf
include Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
lock Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
log More DBUG_PRINT's to make it easier to debug 2016-09-01 21:15:17 +03:00
mach
mem
mtr
mysql-test/storage_engine
os Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
page Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
pars
que
read
rem
row Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
srv Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
sync
trx More DBUG_PRINT's to make it easier to debug 2016-09-01 21:15:17 +03:00
usr
ut MDEV-9872: New Power8 crc32(ieee) optimized functions 2016-08-05 11:50:46 +04:00
CMakeLists.txt MDEV-10829: Enable Innodb NUMA interleave 2016-09-23 08:33:38 +10:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports