summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit.test
blob: b1ad2cd3821acd26d602f57ad2f75cf3797f05f7 (plain)
1
2
3
4
5
6
7
8
9
--source include/word_size.inc
--source include/have_innodb.inc

let $innodb_ft_result_cache_limit_orig=`select @@innodb_ft_result_cache_limit`;

set global innodb_ft_result_cache_limit=5000000000;
select @@innodb_ft_result_cache_limit;

eval set global innodb_ft_result_cache_limit=$innodb_ft_result_cache_limit_orig;