mariadb/mysql-test/std_data/loaddata
Alexander Barkov 00917fae7e MDEV-9874 LOAD XML INFILE does not handle well broken multi-byte characters
- Moving the new my_charlen()-based code handling multi-byte characters
  from READ_INFO::field_field() to a new method READ_INFO::read_mbtail()
- Reusing read_mbtail() in READ_INFO::read_value(), instead of the old
  my_mbcharlen()-based code which did not catch broken byte sequences
2016-04-06 10:31:38 +04:00
..
mdev8711.txt MDEV-9811 LOAD DATA INFILE does not work well with gbk in some cases 2016-03-31 14:22:25 +04:00
mdev9823.ujis.txt MDEV-9823 LOAD DATA INFILE silently truncates incomplete byte sequences 2016-04-06 09:13:49 +04:00
mdev9823.utf8mb4.txt MDEV-9823 LOAD DATA INFILE silently truncates incomplete byte sequences 2016-04-06 09:13:49 +04:00
mdev9824.txt MDEV-9811 LOAD DATA INFILE does not work well with gbk in some cases 2016-03-31 14:22:25 +04:00
mdev9842.txt MDEV-9842 LOAD DATA INFILE does not work well with a TEXT column when using sjis 2016-04-02 00:18:58 +04:00
mdev9874.xml MDEV-9874 LOAD XML INFILE does not handle well broken multi-byte characters 2016-04-06 10:31:38 +04:00