Bug #24589 | Comparison fails, subtraction works | ||
---|---|---|---|
Submitted: | 25 Nov 2006 19:22 | Modified: | 27 Sep 2008 10:40 |
Reporter: | Markus KARG | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MaxDB | Severity: | S1 (Critical) |
Version: | 7.6.0.34 | OS: | Linux (OpenSUSE 10.1) |
Assigned to: | CPU Architecture: | Any |
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
[25 Nov 2006 19:27]
Markus KARG
[25 Nov 2006 19:28]
Markus KARG
This version of the test software reproduces the bug: It is using a PRIMARY KEY on table A.
Attachment: Foo.java (text/x-java), 1.53 KiB.
[25 Nov 2006 19:32]
Markus KARG
This version of the test software shows a possible workaround by using subtraction.
Attachment: Foo.java (text/x-java), 1.53 KiB.
[25 Nov 2006 19:34]
Markus KARG
Commands used to create the database
Attachment: dberase.sh (application/x-sh, text), 95 bytes.
[25 Nov 2006 19:35]
Markus KARG
Commands used to create the database
Attachment: dbinit.sh (application/x-sh, text), 124 bytes.
[25 Nov 2006 19:35]
Markus KARG
Parameters used to create database.
Attachment: dbinit.maxdb (application/octet-stream, text), 211 bytes.