MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regression

disable warnings, as they're different on 32bit platforms

Closes #1757
This commit is contained in:
Sergei Golubchik 2021-03-01 16:53:09 +01:00
parent 6976bb94b4
commit 1f1f61a9de
2 changed files with 2 additions and 2 deletions

View File

@ -2211,8 +2211,6 @@ drop table t1;
# MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regression
#
set global Query_cache_size=18446744073709547520;
Warnings:
Warning 1282 Query cache failed to set size 18446744073709547520; new query cache size is 0
restore defaults
SET GLOBAL query_cache_type= default;
SET GLOBAL query_cache_size=@save_query_cache_size;

View File

@ -1803,7 +1803,9 @@ drop table t1;
--echo #
--echo # MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regression
--echo #
--disable_warnings
set global Query_cache_size=18446744073709547520;
--enable_warnings
--echo restore defaults
SET GLOBAL query_cache_type= default;