gh-ost/localtests
Paulo Bittencourt 671fc71067 Add test case for altering a column's charset
This catches a bug in `sql.BuildDMLInsertQuery` where we are using the target
column's Charset to drive the value conversion.  In the case where we are
altering the charset, the Charset used for conversion will be different than
the original column's charset, resulting in an erroneous conversion.
2016-09-14 11:26:43 -04:00
..
alter-charset Add test case for altering a column's charset 2016-09-14 11:26:43 -04:00
enum added enum tests 2016-08-23 12:13:40 +02:00
latin1 Character set recognition and manipulation 2016-09-07 14:24:11 +02:00
mixed-charset added mixed-charset tests 2016-09-08 09:27:18 +02:00
rename improved rename:DELETE test 2016-08-22 16:35:21 +02:00
tz rename 2016-08-22 15:49:48 +02:00
unsigned remove redundant file 2016-08-22 11:14:06 +02:00
utf8 text tests 2016-09-06 09:38:41 +02:00
utf8mb4 added utf8mb4 test 2016-09-06 12:15:53 +02:00
test.sh added mixed-charset tests 2016-09-08 09:27:18 +02:00