mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Suppress warnings of NUMA not working.
This commit is contained in:
@@ -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
|
||||
|
@@ -1,6 +1,8 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_numa.inc
|
||||
|
||||
call mtr.add_suppression("InnoDB: Failed to set NUMA memory policy");
|
||||
|
||||
SELECT @@GLOBAL.innodb_numa_interleave;
|
||||
|
||||
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
||||
|
Reference in New Issue
Block a user