• Sujatha's avatar
    MDEV-22330: mysqlbinlog stops with an error Don't know how to handle column... · 15cd9195
    Sujatha authored
    MDEV-22330: mysqlbinlog stops with an error Don't know how to handle column type: 255 meta: 4 (0004)
    
    Analysis:
    ========
    "mysqlbinlog -v" option will reconstruct row events and display them as
    commented SQL statements. If this option is given twice, the output includes
    comments to indicate column data types and some metadata.
    `log_event_print_value` is the function reponsible for printing values and
    their types. This function doesn't handle GEOMETRY type. Hence the above error
    gets printed.
    
    Fix:
    ===
    Add support for GEOMETRY datatype.
    15cd9195
binlog_mysqlbinlog_row.test 11.4 KB