• Venkatesh Duggirala's avatar
    BUG#14798572: REMOVE UNUSED VARIABLE BINLOG_CAN_BE_CORRUPTED · c156de4e
    Venkatesh Duggirala authored
    FROM MYSQL_BINLOG_SEND
    
    As part Bug #11747416 A DISK FULL MAKES BINARY LOG CORRUPT,
    reading the variable "binlog_can_be_corrupted" was removed
    In the existing code the value of this variable is only set,
    never read. And also this issue causing compiler warnings.
    So the variable is completely redundant and should be removed.
    c156de4e
sql_repl.cc 61.7 KB