summaryrefslogtreecommitdiff
path: root/mysql-test/suite/storage_engine/select_high_prio.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/storage_engine/select_high_prio.test')
-rw-r--r--mysql-test/suite/storage_engine/select_high_prio.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/storage_engine/select_high_prio.test b/mysql-test/suite/storage_engine/select_high_prio.test
index 385752e8d4e..49cd91ebbfd 100644
--- a/mysql-test/suite/storage_engine/select_high_prio.test
+++ b/mysql-test/suite/storage_engine/select_high_prio.test
@@ -49,12 +49,12 @@ let $condition = LIKE 'Waiting for table%';
let $wait_timeout = 2;
--source include/wait_show_condition.inc
--send
-SELECT * FROM t1;
+SELECT a,b FROM t1;
--connection con1
let $show_statement = SHOW PROCESSLIST;
let $field = Info;
-let $condition = = 'SELECT * FROM t1';
+let $condition = = 'SELECT a,b FROM t1';
let $wait_timeout = 2;
--source include/wait_show_condition.inc
if (!$found)