We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fea571 commit 654e844Copy full SHA for 654e844
mysql-test/main/old-mode.test
@@ -19,6 +19,8 @@ drop table t1,t2;
19
#
20
# Test that SHOW PROCESSLIST doesn't have the Progress column
21
22
+let $count_sessions= 1;
23
+source include/wait_until_count_sessions.inc;
24
25
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
26
# Embedded server is hardcoded to show "Writing to net" as STATE.
0 commit comments