mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-27691: make working view-protocol
Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
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_view_protocol
|
||||
set @save_general_log=@@global.general_log;
|
||||
--echo # SET STATEMENT works (OK)
|
||||
set statement lock_wait_timeout=1 for select @@lock_wait_timeout;
|
||||
@ -1036,6 +1037,7 @@ select sql_text from mysql.slow_log where sql_text not like 'set @@long_query_ti
|
||||
set statement long_query_time=0.01,min_examined_row_limit=50 for select sleep(0.1);
|
||||
select sql_text from mysql.slow_log where sql_text not like 'set @@long_query_time%';
|
||||
--echo #---
|
||||
--enable_view_protocol
|
||||
#
|
||||
# log_slow_verbosity is impossible to check because results are not written
|
||||
# in TABLE mode
|
||||
|
Reference in New Issue
Block a user