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:
None 
Category:MaxDB Severity:S1 (Critical)
Version:7.6.0.34 OS:Linux (OpenSUSE 10.1)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[25 Nov 2006 19:27] Markus KARG
Correctly working software. To reproduce the bug, just add a primary key to table A.

Attachment: Foo.java (text/x-java), 1.51 KiB.

[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.