Bug #29422 | mysqlbinlog incorectly quotes user variable named <backtick> | ||
---|---|---|---|
Submitted: | 28 Jun 2007 14:49 | Modified: | 10 Oct 2013 16:48 |
Reporter: | Martin Friebe (Gold Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.1.20 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | mysqlbinlog, qc |
[28 Jun 2007 14:49]
Martin Friebe
[28 Jun 2007 15:00]
MySQL Verification Team
Thank you for the bug report. Verified as described. # at 278 #7628 11:56:34 server id 1 end_log_pos 320 User_var SET @```:=99/*!*/; # at 320
[10 Oct 2013 16:48]
Paul DuBois
Noted in 5.1.67, 5.5.29, 5.6.8 changelogs. Backtick (`) characters were not always handled correctly in internally generated SQL statements, which could sometimes lead to errors on replication slaves or cause failure of restore operations from binary log files.