Bug #2438 Runaway memory consumption
Submitted: 18 Jan 2004 17:42 Modified: 2 Feb 2004 10:34
Reporter: T.J.
Status: Closed
Category:Server Severity:S2 (Serious)
Version:4.1.1 OS:Linux (Mandrake Linux 9.2/WindowsXP)
Assigned to: Bugs System Target Version:

File: Maximum allowed size is 500KB.
Description:
Privacy:

If the data you need to attach is more than 500KB, you should create a compressed archive of the data and a README file that describes the data with a filename that includes the bug number (example: bug-data-2438.zip), and use FTP to upload the archive to ftp://ftp.mysql.com/pub/mysql/upload/. Once you have uploaded the file, add a comment to this bug to notify us about it. Note: This directory is unlistable, which means that once you have uploaded your file, you will not be able to see it.

All entries become the exclusive editorial property of Sun Microsystems, Inc.

[20 Jan 2004 1:57] T.J.
One of three necessary scripts. This will create the table. Must already have a database
called testing created for it to work.

Attachment: CreateTable.pl (text/x-perl), 3.60 KiB.

[20 Jan 2004 1:58] T.J.
One of three necessary scripts. This will create the big text file for the main script.
Creates a text file that is ~ 26 mb.

Attachment: makebig.pl (text/x-perl), 925 bytes.

[20 Jan 2004 1:59] T.J.
One of three necessary scripts. This is the main script file.

Attachment: test.pl (text/x-perl), 2.62 KiB.