Bug #23997 | Replication fails between Linux master and OS X slave using mixed case names | ||
---|---|---|---|
Submitted: | 6 Nov 2006 3:14 | Modified: | 10 Jan 2013 11:21 |
Reporter: | Jeff Kilbride | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.27 | OS: | Linux (Linux, Mac OS X) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
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
[6 Nov 2006 3:16]
Jeff Kilbride
[14 Dec 2006 15:36]
Jonathan Miller
Attempted mysql-test test case
Attachment: rpl_name_case.test (application/octet-stream, text), 2.15 KiB.
[14 Dec 2006 15:36]
Jonathan Miller
Results with --lower-case-table-names=1
Attachment: rpl_name_case.log.opt1 (application/octet-stream, text), 1.03 KiB.
[14 Dec 2006 15:37]
Jonathan Miller
Results with --lower-case-table-names=2
Attachment: rpl_name_case.log.opt2 (application/octet-stream, text), 1.68 KiB.
[14 Dec 2006 15:42]
Jonathan Miller
slave option file
Attachment: rpl_name_case-slave.opt (application/octet-stream, text), 28 bytes.