Loading mysql-test/t/select.test +4 −0 Original line number Diff line number Diff line Loading @@ -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`; Loading @@ -3480,4 +3482,6 @@ SELECT `x` FROM v3; DROP VIEW v1, v2, v3; --enable_ps_protocol --echo End of 5.0 tests Loading
mysql-test/t/select.test +4 −0 Original line number Diff line number Diff line Loading @@ -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`; Loading @@ -3480,4 +3482,6 @@ SELECT `x` FROM v3; DROP VIEW v1, v2, v3; --enable_ps_protocol --echo End of 5.0 tests