Bug #6419 missing options/tuning details for server side prepared statements
Submitted: 3 Nov 2004 23:50 Modified: 5 Apr 2006 19:45
Reporter: Quartz 12h Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:4.1.7 OS:Linux (linux)
Assigned to: Paul DuBois 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:

[3 Nov 2004 23:52] Quartz 12h
cfg file for test code

Attachment: test_3.1.4b.properties (application/octet-stream, text), 741 bytes.

[3 Nov 2004 23:53] Quartz 12h
test code: note that the 'workItBatch()' is disabled and not multithreaded yet.

Attachment: TestSQLStatementsMultiThreaded.java (text/plain), 18.47 KiB.