summaryrefslogtreecommitdiff
path: root/mysql-test/suite/storage_engine/select_high_prio.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/storage_engine/select_high_prio.result')
-rw-r--r--mysql-test/suite/storage_engine/select_high_prio.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/storage_engine/select_high_prio.result b/mysql-test/suite/storage_engine/select_high_prio.result
index b3b70df3731..10226ae0f39 100644
--- a/mysql-test/suite/storage_engine/select_high_prio.result
+++ b/mysql-test/suite/storage_engine/select_high_prio.result
@@ -12,7 +12,7 @@ LOCK TABLE t1 READ;
connection con0;
UPDATE t1 SET b = CONCAT(b,b);
connection con2;
-SELECT * FROM t1;
+SELECT a,b FROM t1;
connection con1;
UNLOCK TABLES;
connection con0;