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:
@ -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))
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user