| Bug #27743 | inconsistent destructive propagation of DROP DATABASE across SQL nodes | ||
|---|---|---|---|
| Submitted: | 11 Apr 2007 1:33 | Modified: | 11 Apr 2007 11:07 |
| Reporter: | Roland Bouman | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
| Version: | mysql-5.1 | OS: | Linux (ubuntu edgy) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | 5.1.16, 5.2 | ||
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
[11 Apr 2007 10:36]
Sveta Smirnova
[11 Apr 2007 11:01]
Sveta Smirnova
test case for case #2
Attachment: ndb_bug27743_2.test (application/octet-stream, text), 510 bytes.
[11 Apr 2007 11:42]
Sveta Smirnova
corrected test case for case #2
Attachment: ndb_bug27743_2.test (application/octet-stream, text), 521 bytes.
