mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '11.0' into 11.1
This commit is contained in:
@ -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_ps2_protocol
|
||||
--disable_view_protocol
|
||||
set @save_general_log=@@global.general_log;
|
||||
--echo # SET STATEMENT works (OK)
|
||||
@ -1046,6 +1047,7 @@ set statement long_query_time=0.01,log_slow_min_examined_row_limit=50 for select
|
||||
select sql_text from mysql.slow_log where sql_text not like 'set @@long_query_time%';
|
||||
--echo #---
|
||||
--enable_view_protocol
|
||||
--enable_ps2_protocol
|
||||
#
|
||||
# log_slow_verbosity is impossible to check because results are not written
|
||||
# in TABLE mode
|
||||
|
Reference in New Issue
Block a user