summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/statement_program_concurrency.test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 14:50:58 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 14:50:58 +0200
commit820ebcec8651d2478ece554f059a5513f0b2bedf (patch)
tree2a4b43a9f104782fa9211e8622bc7d50a992f802 /mysql-test/suite/perfschema/t/statement_program_concurrency.test
parent0225159a8d0e1260bfec7219b584523097a74d4b (diff)
parent92c8d6f168f329bf7e3998a4f580781d0239b59a (diff)
downloadmariadb-git-820ebcec8651d2478ece554f059a5513f0b2bedf.tar.gz
Merge 10.8 into 10.9
Diffstat (limited to 'mysql-test/suite/perfschema/t/statement_program_concurrency.test')
-rw-r--r--mysql-test/suite/perfschema/t/statement_program_concurrency.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/t/statement_program_concurrency.test b/mysql-test/suite/perfschema/t/statement_program_concurrency.test
index 75261254c00..8229223caec 100644
--- a/mysql-test/suite/perfschema/t/statement_program_concurrency.test
+++ b/mysql-test/suite/perfschema/t/statement_program_concurrency.test
@@ -91,7 +91,9 @@ connection con3;
--reap;
connection default;
---source include/wait_until_connected_again.inc
+
+--let $wait_condition=select count(*)=3 from information_schema.processlist where command='sleep';
+--source include/wait_condition.inc
SELECT OBJECT_TYPE, OBJECT_SCHEMA, OBJECT_NAME, COUNT_STAR, COUNT_STATEMENTS
FROM performance_schema.events_statements_summary_by_program