1--- mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit.result	2019-05-07 15:09:57.220599318 +0530
2+++ mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit.reject	2019-05-07 15:10:20.012718538 +0530
3@@ -1,5 +1,7 @@
4 set global innodb_ft_result_cache_limit=5000000000;
5+Warnings:
6+Warning	1292	Truncated incorrect innodb_ft_result_cache_limit value: '5000000000'
7 select @@innodb_ft_result_cache_limit;
8 @@innodb_ft_result_cache_limit
9-5000000000
10+4294967295
11 set global innodb_ft_result_cache_limit=2000000000;
12