summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit_32.result
blob: b3bec1eecdd2a9b173f55b036470dbca4e9b09e8 (plain)
1
2
3
4
5
6
7
set global innodb_ft_result_cache_limit=5000000000;
Warnings:
Warning	1292	Truncated incorrect innodb_ft_result_cache_limit value: '5000000000'
select @@innodb_ft_result_cache_limit;
@@innodb_ft_result_cache_limit
4294967295
set global innodb_ft_result_cache_limit=2000000000;