summaryrefslogtreecommitdiff
path: root/mysql-test/r/information_schema.result
diff options
context:
space:
mode:
authorunknown <gluh@eagle.intranet.mysql.r18.ru>2006-04-07 12:32:24 +0500
committerunknown <gluh@eagle.intranet.mysql.r18.ru>2006-04-07 12:32:24 +0500
commitdb7a88a2f40b9b80262ba2ddf455b90172b0f413 (patch)
treef2c3817eee1a638b4ed8439da385a564daa909e1 /mysql-test/r/information_schema.result
parentcc12c914edf4750aa4b33db24ec7e4853c95cbff (diff)
downloadmariadb-git-db7a88a2f40b9b80262ba2ddf455b90172b0f413.tar.gz
Bug#18469 make test fails on information_schema
move test case for bug 14290 to ctype_ucs test
Diffstat (limited to 'mysql-test/r/information_schema.result')
-rw-r--r--mysql-test/r/information_schema.result8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result
index 770d9265830..d5fb046d319 100644
--- a/mysql-test/r/information_schema.result
+++ b/mysql-test/r/information_schema.result
@@ -1041,14 +1041,6 @@ select 1 from (select 1 from test.t1) a;
1
use test;
drop table t1;
-create table t1(a blob, b text charset utf8, c text charset ucs2);
-select data_type, character_octet_length, character_maximum_length
-from information_schema.columns where table_name='t1';
-data_type character_octet_length character_maximum_length
-blob 65535 65535
-text 65535 65535
-text 65535 32767
-drop table t1;
create table t1 (f1 int(11));
create view v1 as select * from t1;
drop table t1;