• Brandon Nesterenko's avatar
    MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed... · b194c83b
    Brandon Nesterenko authored
    MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed columns: Don't know how to handle column type: 140
    
    Problem:
    =======
    Mysqlbinlog cannot show the type of a compressed
    column when two levels of verbosity is provided.
    
    Solution:
    ========
    Extend the log event printing logic to handle and
    tag compressed types.
    
    Behavioral Changes:
    ==================
      Old: When mysqlbinlog is called in verbose mode and
    the database uses compressed columns, an error is
    returned to the user.
    
      New: The output will append “ COMPRESSED” on the
    type of compressed columns
    
    Reviewed By
    ===========
    Andrei Elkin <andrei.elkin@mariadb.com>
    b194c83b
binlog_verbose_compressed_fields.test 2.6 KB