• Alfranio Correia's avatar
    BUG#44378 rpl_binlog_corruption fails with warning messages in Valgrind · c27566ae
    Alfranio Correia authored
          
    The rpl_binlog_corruption test case was inject failures, specifically,
    incidents with invalid numbers to see if the replication was failing
    gracefully. However, this test was causing the following warning message
    in Valgrind: "Conditional jump or move depends on uninitialised value(s)"
          
    The patch fixes the problem by correctly initializing the m_inicident 
    number.
    c27566ae
log_event.cc 297 KB