summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2006-09-28 10:02:53 -0400
committercmiller@zippy.cornsilk.net <>2006-09-28 10:02:53 -0400
commit56d2406375f5ea4164350c704eab3868c9068ae9 (patch)
tree93a63f0b435058a39bd5c10d6cdcbf5af3c6831f /mysql-test
parente12092627e7686c158a5aeb50a2fdc65f7524d35 (diff)
parenta039376c4359beaa89259f0b4c2eb6ecc9156432 (diff)
downloadmariadb-git-56d2406375f5ea4164350c704eab3868c9068ae9.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/ctype_utf8.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ctype_utf8.test b/mysql-test/t/ctype_utf8.test
index 90d7ec1b3a0..cb34d51e3cb 100644
--- a/mysql-test/t/ctype_utf8.test
+++ b/mysql-test/t/ctype_utf8.test
@@ -1072,6 +1072,7 @@ explain select a from t1 group by a;
select a from t1 group by a;
drop table t1;
+
#
# Bug#20393: User name truncation in mysql client
# Bug#21432: Database/Table name limited to 64 bytes, not chars, problems with multi-byte
@@ -1099,5 +1100,4 @@ explain
select substr(Z.a,-1), Z.a from t1 as Y join t1 as Z on Y.a=Z.a order by 1;
select substr(Z.a,-1), Z.a from t1 as Y join t1 as Z on Y.a=Z.a order by 1;
drop table t1;
-
# End of 4.1 tests