Commit 62344322 authored by gshchepa@devsrv-b.mysql.com's avatar gshchepa@devsrv-b.mysql.com

Merge devsrv-b.mysql.com:/data0/gshchepa/mysql-5.0-opt

into  devsrv-b.mysql.com:/data0/gshchepa/mysql-5.1-opt
parents 3b58ae43 0aa6e957
...@@ -3454,6 +3454,8 @@ DROP TABLE t1; ...@@ -3454,6 +3454,8 @@ DROP TABLE t1;
# truncation of one-space column names to zero length names. # truncation of one-space column names to zero length names.
# #
--disable_ps_protocol
SELECT 1 AS ` `; SELECT 1 AS ` `;
SELECT 1 AS ` `; SELECT 1 AS ` `;
SELECT 1 AS ` x`; SELECT 1 AS ` x`;
...@@ -3469,4 +3471,6 @@ SELECT `x` FROM v3; ...@@ -3469,4 +3471,6 @@ SELECT `x` FROM v3;
DROP VIEW v1, v2, v3; DROP VIEW v1, v2, v3;
--enable_ps_protocol
--echo End of 5.0 tests --echo End of 5.0 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment