View Issue Details

IDProjectCategoryView StatusLast Update
0002495SymmetricDSBugpublic2016-03-02 00:23
Reportermmichalek Assigned Tommichalek  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.7.29 
Target Version3.7.30Fixed in Version3.7.30 
Summary0002495: MySQL Bulk Loader Fails on BLOBs under utf8/MySQL 5.7
DescriptionUser reported certain simple BLOB values that would cause the MySQL bulk loader to fail.

The unit tests for MySqlBulk loader are failing for me on blobs, which suggest a difference in MySQL version, db encoding or collation.
This was recreated on:
MySQL Community Server 'innodb_version', '5.7.10'
default_character_set_name=utf8
collation_name on test_bulkload_table_2.img_value=null
Steps To ReproduceRun 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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.7 173ebe29

2016-02-16 14:40:45

mmichalek

Details Diff
0002495: MySQL Bulk Loader Fails on BLOBs under utf8/MySQL 5.7 Affected Issues
0002495
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/io/MySqlBulkDatabaseWriter.java Diff File

Issue History

Date Modified Username Field Change
2016-02-16 19:30 mmichalek New Issue
2016-02-16 19:30 mmichalek Status new => assigned
2016-02-16 19:30 mmichalek Assigned To => mmichalek
2016-02-16 19:33 mmichalek Steps to Reproduce Updated View Revisions
2016-02-16 19:40 mmichalek Summary MySQL Bulk Loader Fails on certain BLOBs => MySQL Bulk Loader Fails on BLOBs under utf8/MySql 5.7
2016-02-16 19:40 mmichalek Summary MySQL Bulk Loader Fails on BLOBs under utf8/MySql 5.7 => MySQL Bulk Loader Fails on BLOBs under utf8/MySQL 5.7
2016-02-16 20:00 mmichalek Changeset attached => SymmetricDS 3.7 173ebe29
2016-03-02 00:23 mmichalek Status assigned => closed
2016-03-02 00:23 mmichalek Resolution open => fixed
2016-03-02 00:23 mmichalek Product Version 3.7.28 => 3.7.29
2016-03-02 00:23 mmichalek Target Version 3.7.29 => 3.7.30