From d515fa72a0294d97e3f8d6894714c10331bd771d Mon Sep 17 00:00:00 2001 From: Lena Startseva Date: Fri, 11 Aug 2023 13:25:47 +0700 Subject: [PATCH] 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 --- mysql-test/main/flush_corruption.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/main/flush_corruption.test b/mysql-test/main/flush_corruption.test index 97ef416307f..424aa97d90c 100644 --- a/mysql-test/main/flush_corruption.test +++ b/mysql-test/main/flush_corruption.test @@ -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;