mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
bc5b4c2e89
checking in a test case that will reproduce the error on v5r4.
4 lines
246 B
Text
Executable file
4 lines
246 B
Text
Executable file
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)
|