summaryrefslogtreecommitdiff
path: root/mysql-test/main/pool_of_threads.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/pool_of_threads.result')
-rw-r--r--mysql-test/main/pool_of_threads.result6
1 files changed, 2 insertions, 4 deletions
diff --git a/mysql-test/main/pool_of_threads.result b/mysql-test/main/pool_of_threads.result
index 5f501eb1b68..3f5ce1a37e5 100644
--- a/mysql-test/main/pool_of_threads.result
+++ b/mysql-test/main/pool_of_threads.result
@@ -2180,11 +2180,9 @@ connection extracon2;
KILL QUERY <default_connection_ID>;
KILL QUERY <con2_connection_ID>;
connection default;
-sleep(50)
-1
+ERROR 70100: Query execution was interrupted
connection con2;
-sleep(50)
-1
+ERROR 70100: Query execution was interrupted
connection extracon;
sleep(5.5)
0