Removed extra brace
Removed extra brace
This commit is contained in:
@ -445,9 +445,8 @@ struct stat statb;
|
|||||||
"end of the latest binlog file '%s', size %lu. Disconnecting",
|
"end of the latest binlog file '%s', size %lu. Disconnecting",
|
||||||
pos, file->binlogname, filelen);
|
pos, file->binlogname, filelen);
|
||||||
|
|
||||||
/* Slave will be disconnected by the calling routine */
|
/* Slave will be disconnected by the calling routine */
|
||||||
hdr->ok = SLAVE_POS_BEYOND_EOF;
|
hdr->ok = SLAVE_POS_BEYOND_EOF;
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user