Bug #42396 | autoincrement insert into ndb fails with duplicate key | ||
---|---|---|---|
Submitted: | 27 Jan 2009 21:35 | Modified: | 18 Jan 2017 13:21 |
Reporter: | Andrei Elkin | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S3 (Non-critical) |
Version: | mysql-6.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | 6.0-rpl, disabled |
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
[27 Jan 2009 21:37]
Andrei Elkin
[27 Jan 2009 21:38]
Andrei Elkin
a bit stripped version of rpl_ndb_circular_2ch
Attachment: rpl_ndb_x.test (application/octet-stream, text), 2.87 KiB.