From 692b686dae872c4d93f472d11d16eb8807076f98 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Sep 2007 07:04:32 +0200 Subject: [PATCH] select.test: Post-fix for bug#27695. mysql-test/t/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