Bug #27625 | Parser is confused by quotes in comments | ||
---|---|---|---|
Submitted: | 3 Apr 2007 19:48 | Modified: | 20 Feb 2013 22:44 |
Reporter: | Raphael Hertzog | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | Connectors: DBD::mysql ( Perl ) | Severity: | S3 (Non-critical) |
Version: | 4.004 | OS: | Linux (Linux) |
Assigned to: | 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
[30 Sep 2007 20:10]
Niko Tyni
[30 Sep 2007 20:11]
Niko Tyni
Proposed patch
Attachment: 0002-Skip-comments-when-parsing-the-SQL-syntax.patch (text/x-patch), 1.02 KiB.
[11 Oct 2007 19:26]
Niko Tyni
New try at a proposed patch
Attachment: 27625-new.patch (text/x-patch), 2.93 KiB.