Bug #65390 | Change master logging should be copy/pastable... (but quotes numeric parameters) | ||
---|---|---|---|
Submitted: | 22 May 2012 7:31 | Modified: | 24 Dec 2012 9:15 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.5.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | windmill |
[22 May 2012 7:31]
Simon Mudd
[22 May 2012 7:34]
Simon Mudd
Logging example: 120521 14:56:18 [Note] 'CHANGE MASTER TO executed'. Previous state master_host='old-master.example.com', master_port='3306', master_log_file='binlog.000122', master_log_pos='428865731'. New state master_host='new-master.example.com', master_port='3306', master_log_file='binlog.004828', master_log_pos='461772904'. Note: how at least master_port and master_log_pos are quoted. They should not be. I guess other numeric parameters need to be treated the same.
[22 May 2012 7:43]
MySQL Verification Team
Thank you for the bug/feature request.
[22 May 2012 7:47]
MySQL Verification Team
On the other hand we have bug reported for the server parser. http://bugs.mysql.com/bug.php?id=34629 (CHANGE MASTER TO doesn't permit quoted values)
[22 May 2012 7:57]
MySQL Verification Team
I should note that the numeric values aren't quoted in recent 5.6 sources. So this is a 5.5 only problem.
[24 Dec 2012 9:15]
Erlend Dahl
This is a duplicate of a bug filed internally, fixed in 5.6.5.