Bug #42591 | Valgrind warnings in ndb.ndb_index_ordered.test | ||
---|---|---|---|
Submitted: | 4 Feb 2009 12:33 | Modified: | 13 Feb 2009 15:28 |
Reporter: | Sergey Petrunya | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | >= ndb-6.2 | OS: | Any |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
Tags: | pushbuild, test failure |
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
[4 Feb 2009 12:35]
Sergey Petrunya
[4 Feb 2009 14:16]
Jonas Oreland
Fix variant 1, returns error in scanIndex (i.e requires changes in ha_ndbcluster.cc aswell)
Attachment: bug42591.patch.v1 (application/octet-stream, text), 1.39 KiB.
[4 Feb 2009 14:17]
Jonas Oreland
Fix variant 2, enables prefix order by scans...although with a bit weird semantics
Attachment: bug42591.patch.v2 (application/octet-stream, text), 2.16 KiB.
[5 Feb 2009 12:38]
Jonas Oreland
Fix variant 1, including handler changes
Attachment: bug42591.patch.v1.1 (application/unknown, text), 3.61 KiB.
[5 Feb 2009 12:57]
Jonas Oreland
Post (tomas) review fixes
Attachment: bug42591.patch.v1.2 (application/octet-stream, text), 3.59 KiB.
[9 Feb 2009 8:45]
Tomas Ulin
new error code
Attachment: bug42591.patch.v1.3 (application/octet-stream, text), 4.42 KiB.