mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
5 lines
188 B
Text
5 lines
188 B
Text
|
create table t1 (c char(10) collate utf8_swedish_ci, index(c)) engine=ibmdb2i;
|
||
|
drop table t1;
|
||
|
create table t1 (c char(10) collate ucs2_swedish_ci, index(c)) engine=ibmdb2i;
|
||
|
drop table t1;
|