Bug #27552 | NO_BACKSLASH_ESCAPES with replication fails with apostrophes | ||
---|---|---|---|
Submitted: | 30 Mar 2007 15:37 | Modified: | 7 Jul 2011 16:53 |
Reporter: | Ken Johanson | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.0.37-log, 5.0, 5.1 BK | OS: | Linux (Linux (x86_64)) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | replication apostrophe backslash |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[22 Aug 2007 13:13]
Sveta Smirnova
[22 Aug 2007 13:14]
Sveta Smirnova
option file, same for slave
Attachment: rpl_bug27552-master.opt (application/octet-stream, text), 62 bytes.
[23 Aug 2007 8:41]
Andrea Gangini
Java program which insert a row using prepared statements
Attachment: TestMysql.java (text/java), 1.64 KiB.