Skip to content

Commit

Permalink
MDEV-19387 innodb_ft_result_cache_limit_32 fails on s390x
Browse files Browse the repository at this point in the history
Fix:
====
1) Combined innodb_ft_result_cache_limit_32.test and
innodb_ft_result_cache_limit_64.test test case in sys_vars suite.

2) Use word_size.inc for combinations of innodb_ft_result_cache_limit test case.
  • Loading branch information
Thirunarayanan committed May 8, 2019
1 parent db9622f commit 7b93d71
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit.result 2019-05-07 15:09:57.220599318 +0530
+++ mysql-test/suite/sys_vars/r/innodb_ft_result_cache_limit.reject 2019-05-07 15:10:20.012718538 +0530
@@ -1,5 +1,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
-5000000000
+4294967295
set global innodb_ft_result_cache_limit=2000000000;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--source include/have_32bit.inc
--source include/word_size.inc
--source include/have_innodb.inc

let $innodb_ft_result_cache_limit_orig=`select @@innodb_ft_result_cache_limit`;
Expand Down

This file was deleted.

0 comments on commit 7b93d71

Please sign in to comment.