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

Merge 10.6 into 10.11

This commit is contained in:
Marko Mäkelä
2024-10-03 10:55:08 +03:00
519 changed files with 5110 additions and 993 deletions

View File

@ -976,6 +976,7 @@ SET STATEMENT keycache1.key_buffer_size=1024 FOR SELECT 1;
#
# MDEV-6940: SET STATEMENT executed after SET GLOBAL does not work
#
--disable_cursor_protocol
--disable_ps2_protocol
--disable_view_protocol
set @save_general_log=@@global.general_log;
@ -1048,6 +1049,7 @@ select sql_text from mysql.slow_log where sql_text not like 'set @@long_query_ti
--echo #---
--enable_view_protocol
--enable_ps2_protocol
--enable_cursor_protocol
#
# log_slow_verbosity is impossible to check because results are not written
# in TABLE mode