mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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.
|
--echo # Unlock and close table and wait for con1 to close too.
|
||||||
FLUSH TABLES;
|
FLUSH TABLES;
|
||||||
#SELECT NOW();
|
#SELECT NOW();
|
||||||
|
--disable_service_connection
|
||||||
--echo # This should give no result.
|
--echo # This should give no result.
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
|
--enable_service_connection
|
||||||
#SELECT NOW();
|
#SELECT NOW();
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
connection con1;
|
connection con1;
|
||||||
|
Reference in New Issue
Block a user