diff options
| author | Alexey Botchkov <holyfoot@askmonty.org> | 2021-04-06 12:18:02 +0400 |
|---|---|---|
| committer | Alexey Botchkov <holyfoot@askmonty.org> | 2021-04-21 10:21:45 +0400 |
| commit | 5a8abbb77d84b2ea3d4990d05767f675d10c5c89 (patch) | |
| tree | 2e762bdd0768ee13d6314ddd58d9997d69f501b8 /mysql-test/main/query_cache.test | |
| parent | 1be9c51beb836b0cd54e91c5b9dc8866137571c4 (diff) | |
| download | mariadb-git-5a8abbb77d84b2ea3d4990d05767f675d10c5c89.tar.gz | |
MDEV-17399 JSON_TABLE.
tests updated.
Diffstat (limited to 'mysql-test/main/query_cache.test')
| -rw-r--r-- | mysql-test/main/query_cache.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/query_cache.test b/mysql-test/main/query_cache.test index 66785b42c36..939bf738fce 100644 --- a/mysql-test/main/query_cache.test +++ b/mysql-test/main/query_cache.test @@ -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 # |
