diff options
author | V Narayanan <v.narayanan@sun.com> | 2009-07-02 13:34:23 +0530 |
---|---|---|
committer | V Narayanan <v.narayanan@sun.com> | 2009-07-02 13:34:23 +0530 |
commit | fdf1461a4f987f7e2943112e1dd31d966fa57f4f (patch) | |
tree | 7d4e7b697856d851bb658d80ae5f8021172fdc77 /mysql-test/suite/rpl | |
parent | 3c052dd097b18939443e44f5ad63969cbc8ccc5d (diff) | |
download | mariadb-git-fdf1461a4f987f7e2943112e1dd31d966fa57f4f.tar.gz |
Bug#45793 macce charset causes error with IBMDB2I
Creating an IBMDB2I table with the macce character set
is successful, but any attempt to insert data into the
table was failing.
This was happening because the character set name "macce"
is not a valid iconv descriptor for IBM i PASE. This patch
adds an override to convertTextDesc to use the equivalent
valid iconv descriptor "IBM-1282" instead.
mysql-test/suite/ibmdb2i/r/ibmdb2i_bug_45793.result:
Bug#45793 macce charset causes error with IBMDB2I
Result file for the test case.
mysql-test/suite/ibmdb2i/t/ibmdb2i_bug_45793.test:
Bug#45793 macce charset causes error with IBMDB2I
Add a testcase for the macce charater set.
storage/ibmdb2i/db2i_charsetSupport.cc:
Bug#45793 macce charset causes error with IBMDB2I
The character set name "macce" is not a valid iconv
descriptor for IBM i PASE. Add an override to convertTextDesc
to use the equivalent valid iconv descriptor "IBM-1282"
instead.
Diffstat (limited to 'mysql-test/suite/rpl')
0 files changed, 0 insertions, 0 deletions