Bug #69469 | ERROR 1729 overfills by the value of MASTER_DELAY greater than 2^31 | ||
---|---|---|---|
Submitted: | 14 Jun 2013 8:53 | Modified: | 19 Sep 2013 13:27 |
Reporter: | Tsubasa Tanaka (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.6.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | DELAYED, replication |
[14 Jun 2013 8:53]
Tsubasa Tanaka
[14 Jun 2013 9:13]
MySQL Verification Team
Hello tsubasa, This has been documented in the manual, please reference - http://dev.mysql.com/doc/refman/5.6/en/change-master-to.html "MASTER_DELAY specifies how many seconds behind the master the slave must lag. An event received from the master is not executed until at least interval seconds later than its execution on the master. The default is 0. An error occurs if interval is not a nonnegative integer in the range from 0 to 2^31-1. For more information, see Section 16.3.9, http://dev.mysql.com/doc/refman/5.6/en/replication-delayed.html This option was added in MySQL 5.6.0. Regards, Umesh
[14 Jun 2013 9:17]
Tsubasa Tanaka
Hello Umesh, I'm sorry, that is my ignorance.. I changed the synopsis, about overfill in Error 1729.
[14 Jun 2013 10:48]
MySQL Verification Team
Hello tsubasa, Thank you for the report. Verified as described. Regards, Umesh
[19 Sep 2013 13:27]
Jon Stephens
Fixed in 5.6.14 / 5.7.2 see BUG#69249.