• unknown's avatar
    Fix for bug #24192 "MySQL replication does not exit server when running out of memory" · 8abc8b9d
    unknown authored
    In case of out-of-memory error received from the master, print the corresponding message to the error log and stop slave I/O thread to avoid reconnecting with a wrong binary log position.
    
    
    sql/slave.cc:
      In case of out-of-memory error received from the master, print the corresponding message to the error log and stop slave I/O thread to avoid reconnecting with a wrong binary log position.
    8abc8b9d
slave.cc 171 KB