summaryrefslogtreecommitdiff
path: root/mysql-test/t/select.test
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2006-07-17 16:12:42 +0400
committerunknown <evgen@moonbone.local>2006-07-17 16:12:42 +0400
commit14d72663f1eb0d9ec7cf7d353f09c2cc14a30597 (patch)
tree1429a82ff0e26f867062ccc531e991624205ee21 /mysql-test/t/select.test
parent9a5daa602a11a2285b69b3c400d2e683cf63837a (diff)
downloadmariadb-git-14d72663f1eb0d9ec7cf7d353f09c2cc14a30597.tar.gz
select.result, select.test:
Test case for bug#10977 altered to make it work in both plain and ps-protocol modes. mysql-test/t/select.test: Test case for bug#10977 altered to make it work in both plain and ps-protocol modes. mysql-test/r/select.result: Test case for bug#10977 altered to make it work in both plain and ps-protocol modes.
Diffstat (limited to 'mysql-test/t/select.test')
-rw-r--r--mysql-test/t/select.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test
index ac5c121550a..592e366f835 100644
--- a/mysql-test/t/select.test
+++ b/mysql-test/t/select.test
@@ -2910,4 +2910,5 @@ SELECT 0.9888889889 * 1.011111411911;
#
# Bug #10977: No warning issued if a column name is truncated
#
-select 1 as ' a ';
+prepare stmt from 'select 1 as " a "';
+execute stmt;