summaryrefslogtreecommitdiff
path: root/mysql-test/t/group_by.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/group_by.test')
-rw-r--r--mysql-test/t/group_by.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/group_by.test b/mysql-test/t/group_by.test
index aa7ea9bb6cb..6845f310843 100644
--- a/mysql-test/t/group_by.test
+++ b/mysql-test/t/group_by.test
@@ -550,9 +550,9 @@ DROP TABLE t1;
CREATE TABLE t1 (n int);
INSERT INTO t1 VALUES (1);
-
+--disable_ps_protocol
SELECT n+1 AS n FROM t1 GROUP BY n;
-
+--enable_ps_protocol
DROP TABLE t1;
# Test for bug #8614: GROUP BY 'const' with DISTINCT