mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
10 lines
281 B
Text
10 lines
281 B
Text
|
source suite/ibmdb2i/include/have_ibmdb2i.inc;
|
||
|
source suite/ibmdb2i/include/have_i61.inc;
|
||
|
|
||
|
|
||
|
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;
|