mariadb/mysql-test/suite/ibmdb2i/t
V Narayanan fdf1461a4f 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.
2009-07-02 13:34:23 +05:30
..
ibmdb2i_bug_44020.test Importing test cases for IBMDB2I 2009-04-14 16:32:55 +05:30
ibmdb2i_bug_44025.test Importing test cases for IBMDB2I 2009-04-14 16:32:55 +05:30
ibmdb2i_bug_44232.test Bug#44232 Error msg should be improved when collation not supported. 2009-05-14 16:05:09 +05:30
ibmdb2i_bug_44610.test Bug#44610 RCDFMT clause requested when creating DB2 table 2009-05-17 21:55:23 +05:30
ibmdb2i_bug_45196.test Bug#45196 Some collations do not sort correctly with IBMDB2I 2009-06-29 07:32:17 +05:30
ibmdb2i_bug_45793.test Bug#45793 macce charset causes error with IBMDB2I 2009-07-02 13:34:23 +05:30