View Revisions: Issue #2495

Summary 0002495: MySQL Bulk Loader Fails on BLOBs under utf8/MySQL 5.7
Revision 2016-02-16 19:33 by mmichalek
Steps To Reproduce Run the MySqlBulkDatabaseWriterTest using a database like this:
MySQL Community Server 'innodb_version', '5.7.10'
default_character_set_name=utf8

Note that the same unit test was passing on the database on JumpMind build server, which was MySQL Community 5.6.11.
default_character_set_name=latin1
Revision 2016-02-16 19:30 by mmichalek
Steps To Reproduce Run the MySqlBulkDatabaseWriterTest using a database like described in the description. The same unit test was passing on the database on the build server, which was ... todo.