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

Merge remote-tracking branch 'origin/11.4' into 11.5

This commit is contained in:
Alexander Barkov
2024-07-10 08:51:12 +04:00
645 changed files with 14630 additions and 11292 deletions

View File

@ -72,7 +72,7 @@ SET SESSION log_slow_verbosity='query_plan';
INSERT INTO t1 VALUE(1001,1001);
--source include/log_slow_stop.inc
--let log_slow_verbosity_innodb_expected_matches= 1
--let log_slow_verbosity_innodb_expected_matches= 0
--source include/log_slow_grep.inc
DROP TABLE t1;