1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch '10.11' into 11.0

This commit is contained in:
Oleksandr Byelkin
2023-08-08 21:03:46 +02:00
870 changed files with 11721 additions and 6311 deletions

View File

@ -275,6 +275,7 @@ drop table t1;
--echo #
--echo # Test of MRR handler counters
--echo #
--disable_ps2_protocol
flush status;
show status like 'Handler_mrr%';
create table t0 (a int);
@ -322,6 +323,7 @@ show status like 'handler_mrr%';
set join_cache_level= @join_cache_level_save;
set join_buffer_size= @join_buffer_size_save;
--enable_ps2_protocol
drop table t0, t1;