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

Merge branch '10.2' into 10.3

This commit is contained in:
Monty
2019-09-02 14:06:56 +03:00
671 changed files with 11116 additions and 14190 deletions

View File

@ -2,6 +2,8 @@
--source include/have_query_cache.inc
--source include/not_embedded.inc
set @save_query_cache_size=@@query_cache_size;
--echo #
--echo # MDEV-12485: foreign key on delete cascade stale entries with
--echo # query cache enabled
@ -81,5 +83,5 @@ call mtr.add_suppression("\\[ERROR\\] Invalid \\(old\\?\\) table or database nam
--source include/search_pattern_in_file.inc
set global query_cache_type=DEFAULT;
set global query_cache_size=DEFAULT;
set global query_cache_size=@save_query_cache_size;
--echo End of 10.2 tests