mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
5592d206f8
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;
|