1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00

Merge branch 'bb-10.4-vp-MDEV-27691' into 10.4

This commit is contained in:
Oleksandr Byelkin
2022-10-14 09:04:54 +02:00
301 changed files with 2041 additions and 194 deletions

View File

@@ -56,6 +56,7 @@ drop table t1;
#
# Bug#41098: Query Cache returns wrong result with concurrent insert
#
--disable_view_protocol
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
@@ -107,7 +108,7 @@ DROP TABLE t1,t2;
SET GLOBAL concurrent_insert= DEFAULT;
SET GLOBAL query_cache_size= DEFAULT;
SET GLOBAL query_cache_type= DEFAULT;
--enable_view_protocol
--echo #
--echo # Bug43758 Query cache can lock up threads in 'freeing items' state