summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gshchepa@devsrv-b.mysql.com>2007-09-15 07:04:32 +0200
committerunknown <gshchepa@devsrv-b.mysql.com>2007-09-15 07:04:32 +0200
commit6bcc6c2509d6a3f5d6775b62aee3e8d15ae0e373 (patch)
tree791056dba926742a28f06f89e3ed5f8e4043b33b
parent53b299227f5602db774013ecd5d9c20e9974fa06 (diff)
downloadmariadb-git-6bcc6c2509d6a3f5d6775b62aee3e8d15ae0e373.tar.gz
select.test:
Post-fix for bug#27695. mysql-test/t/select.test: Post-fix for bug#27695.
-rw-r--r--mysql-test/t/select.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test
index 851e8164c44..5c30a17e08e 100644
--- a/mysql-test/t/select.test
+++ b/mysql-test/t/select.test
@@ -3465,6 +3465,8 @@ DROP TABLE t1;
# truncation of one-space column names to zero length names.
#
+--disable_ps_protocol
+
SELECT 1 AS ` `;
SELECT 1 AS ` `;
SELECT 1 AS ` x`;
@@ -3480,4 +3482,6 @@ SELECT `x` FROM v3;
DROP VIEW v1, v2, v3;
+--enable_ps_protocol
+
--echo End of 5.0 tests