diff options
-rw-r--r-- | mysql-test/t/select.test | 4 |
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 |