mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
@ -0,0 +1,10 @@
|
||||
SELECT @@GLOBAL.innodb_numa_interleave;
|
||||
@@GLOBAL.innodb_numa_interleave
|
||||
1
|
||||
SET @@GLOBAL.innodb_numa_interleave=off;
|
||||
ERROR HY000: Variable 'innodb_numa_interleave' is a read only variable
|
||||
SELECT @@GLOBAL.innodb_numa_interleave;
|
||||
@@GLOBAL.innodb_numa_interleave
|
||||
1
|
||||
SELECT @@SESSION.innodb_numa_interleave;
|
||||
ERROR HY000: Variable 'innodb_numa_interleave' is a GLOBAL variable
|
Reference in New Issue
Block a user