mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
5 lines
246 B
Text
5 lines
246 B
Text
|
create table t1 (c char(1) character set armscii8) engine=ibmdb2i;
|
||
|
ERROR HY000: Can't create table 'test.t1' (errno: 2504)
|
||
|
create table t1 (c char(1) character set eucjpms ) engine=ibmdb2i;
|
||
|
ERROR HY000: Can't create table 'test.t1' (errno: 2504)
|