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:
@ -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 #
|
||||
|
Reference in New Issue
Block a user