Bug #77982 Missing decoding support for INT24, YEAR, TIME, YEAR & BIT data type
Submitted: 7 Aug 2015 13:20 Modified: 12 Nov 2015 13:50
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: NEHA KUMARI CPU Architecture:Any

[7 Aug 2015 13:20] NEHA KUMARI
Description:
There is no decoding logic for these data types
MYSQL_TYPE_INT24
MYSQL_TYPE_DATE
MYSQL_TYPE_TIME
MYSQL_TYPE_YEAR
MYSQL_TYPE_BIT

How to repeat:
Create a table with any of these data type, while trying to decode you will get the output as "not implemented"