tet123/debezium-connector-mysql/src
Randall Hauch d8a5d2b50f DBZ-100 Corrected MySQL connector's use of ENUM and SET values
The ENUM and SET values read from the binlog contain the indexes of the options that are included in the value, but this doesn't compared with the string values returned by MySQL and JDBC that contain the comma-separated options. With this change, the values read from the binlog will also be comma-separated strings.
2016-08-15 12:11:35 -05:00
..
main DBZ-100 Corrected MySQL connector's use of ENUM and SET values 2016-08-15 12:11:35 -05:00
test DBZ-100 Corrected MySQL connector's use of ENUM and SET values 2016-08-15 12:11:35 -05:00