Bug #42376 Query with SQL variables behaves different on DBI than on CLI
Submitted: 27 Jan 2009 14:51 Modified: 30 Jan 2009 9:36
Reporter: Werner Schram Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connectors: DBD::mysql ( Perl ) Severity:S3 (Non-critical)
Version:4.010 OS:Any
Assigned to: CPU Architecture:Any
Tags: variables DBI

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:

[27 Jan 2009 14:56] Werner Schram
script with insert command using DBI

Attachment: test_insert.pl (application/x-perl, text), 378 bytes.

[29 Jan 2009 11:02] Werner Schram
updated test script

Attachment: test_insert.pl (application/x-perl, text), 482 bytes.