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.
8 lines
254 B
Text
Executable file
8 lines
254 B
Text
Executable file
--source suite/ibmdb2i/include/have_ibmdb2i.inc
|
|
--source suite/ibmdb2i/include/have_i54.inc
|
|
|
|
--error 1005
|
|
create table t1 (c char(1) character set armscii8) engine=ibmdb2i;
|
|
|
|
--error 1005
|
|
create table t1 (c char(1) character set eucjpms ) engine=ibmdb2i;
|