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

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2024-10-03 09:31:39 +03:00
482 changed files with 4427 additions and 623 deletions

View File

@ -30,9 +30,11 @@ SET SESSION log_slow_verbosity='innodb,query_plan';
--let log_file=$log_slow_prefix-verbosity_1
--source include/log_slow_start.inc
--disable_cursor_protocol
--disable_ps2_protocol
SELECT sum(a+b) FROM t1;
--enable_ps2_protocol
--enable_cursor_protocol
UPDATE t1 set b=b+1 where a=1 or a=999;
--source include/log_slow_stop.inc
@ -51,9 +53,11 @@ SET SESSION log_slow_verbosity='innodb,query_plan';
--let log_file=$log_slow_prefix-verbosity_2
--source include/log_slow_start.inc
--disable_cursor_protocol
--disable_ps2_protocol
SELECT 1;
--enable_ps2_protocol
--enable_cursor_protocol
--source include/log_slow_stop.inc
--let log_slow_verbosity_expected_matches= 2