Bug #763 After RESET SLAVE, Relay_log_space in SHOW SLAVE STATUS is too much by 4 bytes
Submitted: 30 Jun 2003 10:43 Modified: 2 Jul 2003 15:40
Reporter: Guilhem Bichot
Status: Closed
Category:Server: Replication Severity:S3 (Non-critical)
Version:4.0 OS:Any (all)
Assigned to: Guilhem Bichot Target Version:

[30 Jun 2003 10:43] Guilhem Bichot
Description:
When doing START SLAVE after RESET SLAVE, Relay_log_space in SHOW SLAVE STATUS
is too much by 4 bytes.

How to repeat:
Start a master and slave.
Do 
RESET MASTER;
on master.
On slave do
RESET SLAVE;
SHOW SLAVE STATUS; #this displays relay_log_space=4 which matches 'll  relay-bin.0*'
START SLAVE;
SHOW SLAVE STATUS; #this displays relay_log_space which is 'll *relay-bin.0*' + 4 BYTES

Suggested fix:
I will fix it in 4.0.14 these days.
[2 Jul 2003 15:40] Guilhem Bichot
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html

changeset 1.1483 in 4.0