• Kristian Nielsen's avatar
    MDEV-11065: Compressed binary log. Fix BINLOG statement. · 56a041cd
    Kristian Nielsen authored
    BINLOG statement output by mysqlbinlog actually has the base64 of the
    non-compressed event. So remove my previous incorrect review change,
    which allowed compressed event types for BINLOG statement.
    
    Also add a couple test cases for this, running mysqlbinlog | mysql.
    56a041cd
mysqlbinlog_row_compressed.test 2.3 KB