1
0
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:
Annamalai Gurusami
2016-09-20 09:51:22 +10:00
committed by Daniel Black
parent f566a4f83c
commit 26e3117ca9
3 changed files with 33 additions and 0 deletions

View 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.
}