1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

--with-charset was not up to date

ctype_ucs2 and ctype_ujis were skipped in mistake
This commit is contained in:
unknown
2003-05-26 20:22:23 +05:00
parent 12604089b6
commit 720584b0c6
9 changed files with 108 additions and 112 deletions

View File

@ -1,5 +1,5 @@
drop table if exists t1;
create table t1 (c text);
create table t1 (c text character set ujis);
insert into t1 values (0xa4a2),(0xa4a3);
select hex(left(c,1)) from t1 group by c;
hex(left(c,1))

View File

@ -1,2 +1,2 @@
Collation Charset Id D C Sortlen
ucs2_general_ci ucs2 35 Y 0
ucs2_general_ci ucs2 35 Y Y 1

View File

@ -1,2 +1,2 @@
Collation Charset Id D C Sortlen
ujis_japanese_ci ujis 12 Y 0
ujis_japanese_ci ujis 12 Y Y 0