Bug #20450 | Problem of replication after having added 1 column in a table on slave side | ||
---|---|---|---|
Submitted: | 14 Jun 2006 8:32 | Modified: | 15 Oct 2009 9:21 |
Reporter: | Daniel Stricot | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S2 (Serious) |
Version: | mysql-5.1 | OS: | Linux (LINUX) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.1.12-BK, 5.1.8 |
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
[14 Jun 2006 8:36]
Daniel Stricot
[14 Jun 2006 8:37]
Daniel Stricot
trace execution slave side
Attachment: tracevm11 (application/octet-stream, text), 11.56 KiB.
[14 Jun 2006 8:39]
Daniel Stricot
C++ program to populate table on master side
Attachment: basic-type-popul.cpp (text/x-c++), 22.97 KiB.
[14 Jun 2006 8:40]
Daniel Stricot
C++ program to modify table
Attachment: basic-type-ope.cpp (text/x-c++), 16.99 KiB.
[14 Jun 2006 8:41]
Daniel Stricot
configuration file
Attachment: config.ini (application/octet-stream, text), 1.50 KiB.