summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/innodb_ft_result_cache_limit_64.test
blob: 2606d2b5ca8167521c713bbdb93d80c5623ae032 (plain)
1
2
3
4
5
6
7
8
9
--source include/have_64bit.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;