mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
0141da0444
The current patch -- Adds the ibmdb2i suite -- related include(.inc) files -- tests for Bug#44020 and Bug#44025
9 lines
281 B
Text
9 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;
|