mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-31795: main.flush_corruption times out with view-protocol
Fixed tests: main.flush_corruption - disabled service connection for some queries since it is necessary that the query SELECT pass in the same session
This commit is contained in:
@ -66,8 +66,10 @@ let $wait_condition= SELECT 1 FROM INFORMATION_SCHEMA.PROCESSLIST
|
||||
--echo # Unlock and close table and wait for con1 to close too.
|
||||
FLUSH TABLES;
|
||||
#SELECT NOW();
|
||||
--disable_service_connection
|
||||
--echo # This should give no result.
|
||||
SELECT * FROM t1;
|
||||
--enable_service_connection
|
||||
#SELECT NOW();
|
||||
UNLOCK TABLES;
|
||||
connection con1;
|
||||
|
Reference in New Issue
Block a user