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