1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Suppress warnings of NUMA not working.

This commit is contained in:
Marko Mäkelä
2017-01-06 14:52:35 +02:00
parent ac0b0efa14
commit bbd4844a43
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
call mtr.add_suppression("InnoDB: Failed to set NUMA memory policy");
SELECT @@GLOBAL.innodb_numa_interleave;
@@GLOBAL.innodb_numa_interleave
1