1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-17399 JSON_TABLE.

tests updated.
This commit is contained in:
Alexey Botchkov
2021-04-06 12:18:02 +04:00
parent 1be9c51beb
commit 5a8abbb77d
4 changed files with 34 additions and 1 deletions

View File

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