Bug #26445 | MySQL crash: DROP/CREATE trigger and a stored procedure | ||
---|---|---|---|
Submitted: | 16 Feb 2007 15:23 | Modified: | 4 Jun 2007 21:31 |
Reporter: | William Chiquito | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S1 (Critical) |
Version: | 5.0.33-community-max,5.0.36-BK/5.1 | OS: | Any (windows, linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | drop trigger, insert delayed |
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
[17 Feb 2007 16:30]
Shane Bester
[17 Feb 2007 16:34]
Shane Bester
crashed linux version too.
Attachment: bug26445_linux_5.0.36BK_stack.txt (text/plain), 3.13 KiB.