Commit 6af588d8 authored by Sergei Golubchik's avatar Sergei Golubchik

disable sys_vars.innodb_use_sys_malloc_basic test for valgrind runs

parent 26f3c337
Valid values are 'ON' and 'OFF' Valid values are 'ON' and 'OFF'
select @@global.innodb_adaptive_flushing in (0, 1);
@@global.innodb_adaptive_flushing in (0, 1)
1
select @@global.innodb_use_sys_malloc; select @@global.innodb_use_sys_malloc;
@@global.innodb_use_sys_malloc @@global.innodb_use_sys_malloc
1 1
......
...@@ -5,11 +5,14 @@ ...@@ -5,11 +5,14 @@
--source include/have_innodb.inc --source include/have_innodb.inc
# when running with valgring, mtr uses --innodb-use-sys-malloc=0,
# while below we want to see the default value.
--source include/not_valgrind.inc
# #
# show the global and session values; # show the global and session values;
# #
--echo Valid values are 'ON' and 'OFF' --echo Valid values are 'ON' and 'OFF'
select @@global.innodb_adaptive_flushing in (0, 1);
select @@global.innodb_use_sys_malloc; select @@global.innodb_use_sys_malloc;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR --error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.innodb_use_sys_malloc; select @@session.innodb_use_sys_malloc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment