Bug #28804 | Unknown error returned on a query using joins. | ||
---|---|---|---|
Submitted: | 31 May 2007 10:20 | Modified: | 15 Sep 2007 11:05 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 5.0.40 | OS: | Any |
Assigned to: | Stewart Smith | CPU Architecture: | Any |
Tags: | bfsm_2007_06_21, join, ndb, uknown |
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 Jun 2007 17:17]
Stewart Smith
[29 Jun 2007 17:17]
Stewart Smith
patch 02 in series
Attachment: fix_ha_ndbcluster_error_on_index_read.patch (text/x-patch), 1005 bytes.
[29 Jun 2007 17:17]
Stewart Smith
patch 03 in series
Attachment: release_indexop_on_op_complete_not_txn.patch (text/x-patch), 896 bytes.
[29 Jun 2007 17:18]
Stewart Smith
patch 04 (of 4) in series
Attachment: send_reply_on_failed_saveINDXATTRINFO.patch (text/x-patch), 1.21 KiB.