mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-10829: Port Innodb NUMA interleave test cases from MySQL
This commit is contained in:
committed by
Daniel Black
parent
f566a4f83c
commit
26e3117ca9
9
mysql-test/include/have_numa.inc
Normal file
9
mysql-test/include/have_numa.inc
Normal file
@ -0,0 +1,9 @@
|
||||
let $numa_support = `SELECT COUNT(VARIABLE_VALUE) = 1 FROM
|
||||
INFORMATION_SCHEMA.GLOBAL_VARIABLES
|
||||
WHERE VARIABLE_NAME='innodb_numa_interleave'`;
|
||||
|
||||
if ( $numa_support == 0 )
|
||||
{
|
||||
--skip Test requires: Binary must be built with NUMA support.
|
||||
}
|
||||
|
Reference in New Issue
Block a user