Changed name for bad fd

Changed name for bad fd
This commit is contained in:
MassimilianoPinto
2015-11-27 09:43:58 +01:00
parent 5a64fc70dc
commit 14d11fa4c0
3 changed files with 3 additions and 3 deletions

View File

@ -2024,7 +2024,7 @@ char read_errmsg[BINLOG_ERROR_MSG_LEN+1];
if (record == NULL) {
slave->stats.n_failed_read++;
if (hdr.ok == SLAVE_POS_FSTAT_ERR) {
if (hdr.ok == SLAVE_POS_BAD_FD) {
MXS_ERROR("%s Slave %s:%i, server-id %d, binlog '%s', %s",
router->service->name,
slave->dcb->remote,