mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
78283436d7
checking in a test case that will reproduce the error on v5r4. mysql-test/suite/ibmdb2i/include/have_i54.inc: Bug#44232 Error msg should be improved when collation not supported. mysql-test/suite/ibmdb2i/r/ibmdb2i_bug_44232.result: Bug#44232 Error msg should be improved when collation not supported. mysql-test/suite/ibmdb2i/t/ibmdb2i_bug_44232.test: Bug#44232 Error msg should be improved when collation not supported.
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)
|