• Sujatha's avatar
    Merge branch '10.1' into 10.2 · 8317f77c
    Sujatha authored
    MDEV-18046: Assortment of crashes, assertion failures and ASAN errors in mysql_show_binlog_events
    
    Problem:
    ========
    SHOW BINLOG EVENTS FROM <pos> reports following assert when ASAN is enabled.
    
    uint32 binlog_get_uncompress_len(const char*):
      Assertion `(buf[0] & 0xe0) == 0x80' failed
    
    Fix:
    ===
    **Part11: Converted debug assert to error handler code**
    8317f77c
log_event.cc 455 KB