From 0aa6e957681c03637e261c3b6c3924baa86c9f54 Mon Sep 17 00:00:00 2001 From: "gshchepa@devsrv-b.mysql.com" <> Date: Sat, 15 Sep 2007 07:04:32 +0200 Subject: [PATCH] select.test: Post-fix for bug#27695. --- mysql-test/t/select.test | 4 ++++ 1 file changed, 4 insertions(+) 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