Bug #17226 Variable set in cursor on first iteration is assigned second iterations value
Submitted: 8 Feb 2006 4:31 Modified: 8 Aug 2006 3:54
Reporter: Matt Borack Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Stored Routines Severity:S3 (Non-critical)
Version:5.0.20-BK OS:
Assigned to: Tomash Brechko 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:

[8 Feb 2006 4:31] Matt Borack
Script to create and fill table

Attachment: c_table.txt (text/plain), 361 bytes.

[8 Feb 2006 4:32] Matt Borack
Script to create function

Attachment: c_function.txt (text/plain), 934 bytes.