Bug #68106 | NO_BACKSLASH_ESCAPES with replication fails with apostrophes by procedure | ||
---|---|---|---|
Submitted: | 17 Jan 2013 9:35 | Modified: | 6 Mar 2013 11:43 |
Reporter: | wei liu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.5.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | apostrophes, NO_BACKSLASH_ESCAPES, PROCEDURE, replication |
[17 Jan 2013 9:35]
wei liu
[17 Jan 2013 9:58]
MySQL Verification Team
Looks like http://bugs.mysql.com/bug.php?id=27552 ?
[17 Jan 2013 10:06]
wei liu
It's different, my case is repeatable every time if you use 'call procedure', and the mysql version of mine is 5.5.16. The bug #27552 only solved 'insert into', not my case.
[17 Jan 2013 10:35]
MySQL Verification Team
Hello Wei, I repeated the issue on 5.5.16, but not on 5.5.29. Now I checked internally, and found this: Bug 12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES IGNORED AND BREAKS REPLICATION " Noted in 5.1.63, 5.5.23, 5.6.5 changelogs. Mishandling of NO_BACKSLASH_ESCAPES SQL mode within stored procedures on slave servers could cause replication failures. "
[5 Mar 2013 10:49]
wei liu
I also found this bug in 'Server version: 5.6.5-m8-log MySQL Community Server (GPL)', it seems haven't solved in 5.6.5 like you said.
[6 Mar 2013 11:43]
wei liu
It seems OK in Server version: 5.6.10-log MySQL Community Server (GPL).