Bug #31100 | 5.0.45 crashing when doing SHOW CREATE PROCEDURE, or a call to a procedure | ||
---|---|---|---|
Submitted: | 19 Sep 2007 20:44 | Modified: | 27 Sep 2007 4:37 |
Reporter: | Bruce Bristol | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0.45 | OS: | Linux (Linux hostname 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, innodb, out of memory, stored procedure, stored routine |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[21 Sep 2007 16:32]
Bruce Bristol