Bug #77205 Two data types are not supported in MySQL Binlog Events
Submitted: 1 Jun 2015 9:23 Modified: 12 Aug 2015 11:16
Reporter: NEHA KUMARI Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Utilities: Binlog Events Severity:S3 (Non-critical)
Version:1.0.0 OS:Any
Assigned to: CPU Architecture:Any

[1 Jun 2015 9:23] NEHA KUMARI
Description:
These two column data types are not supported through MySQL Binlog Events.

MYSQL_TYPE_INT24
MYSQL_TYPE_DECIMAL

How to repeat:
If the MySQL server has a table having the column data types as MYSQL_TYPE_INT24
MYSQL_TYPE_DECIMAL, Binlog Events will not be able to decode the data and an string saying "not implemented " will be returned.

Suggested fix:
Implement the logic for decoding column with data types MYSQL_TYPE_INT24 & MYSQL_TYPE_DECIMAL
[2 Jun 2015 7:16] Mats Kindahl
Thank you for the bug report, verified as described.
[12 Aug 2015 11:16] NEHA KUMARI
Duplicate of http://bugs.mysql.com/bug.php?id=77849