Bug #77851 MYSQL_TYPE_ENUM and MYSQL_TYPE_SET are not decoded correctly
Submitted: 28 Jul 2015 4:01 Modified: 12 Nov 2015 13:54
Reporter: NEHA KUMARI Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Utilities: Binlog Events Severity:S3 (Non-critical)
Version:1.0.0 OS:Any
Assigned to: CPU Architecture:Any

[28 Jul 2015 4:01] NEHA KUMARI
Description:
When you have a table with column type as MYSQL_TYPE_ENUM and MYSQL_TYPE_SET there is an error:
MySQL Data Type error: basic_string::append

How to repeat:
Create a table with any of the above data types as a type for one of the
columns, when  Binlog Events is used to decode and print it, you will get the above error