1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

select.test:

Post-fix for bug#27695.


mysql-test/t/select.test:
  Post-fix for bug#27695.
This commit is contained in:
unknown
2007-09-15 07:04:32 +02:00
parent f58cbe3d84
commit 692b686dae

View File

@@ -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