Bug #37269 | parser crash when creating stored procedure | ||
---|---|---|---|
Submitted: | 8 Jun 2008 14:01 | Modified: | 24 Jul 2008 17:47 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S1 (Critical) |
Version: | 5.0.64, 5.1.26 | OS: | Any |
Assigned to: | Marc ALFF | CPU Architecture: | Any |
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
[8 Jun 2008 14:01]
Shane Bester
[8 Jun 2008 18:42]
Shane Bester
another testcase causing the same crash. I got syntax errors sometimes, and mostly crashes on -debug build
Attachment: bug37269_testcase2.sql (application/unknown, text), 1.13 KiB.
[9 Jun 2008 5:06]
Shane Bester
a more intense testcase that crashes
Attachment: bug37269_testcase3.sql (application/unknown, text), 1.14 KiB.