Bug #27536 | INSERT INTO ... VALUES (),(),...,() + autocommit enabled not Atomic!! | ||
---|---|---|---|
Submitted: | 29 Mar 2007 20:09 | Modified: | 11 Apr 2007 9:21 |
Reporter: | Roland Bouman | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1.16 | OS: | Linux (linux) |
Assigned to: | Sveta Smirnova | CPU Architecture: | Any |
Tags: | autocommit, insert, MaxNoOfConcurrentOperations, ndb, temporary error 233 |
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
[29 Mar 2007 20:13]
Roland Bouman
[29 Mar 2007 20:14]
Roland Bouman
config.ini for the cluster
Attachment: config.ini (application/octet-stream, text), 416 bytes.
[11 Apr 2007 9:06]
Sveta Smirnova
test case
Attachment: ndb_bug27536.test.tar.bz2 (application/octet-stream, text), 130.56 KiB.