Bug #40277 | SHOW CREATE VIEW returns invalid SQL | ||
---|---|---|---|
Submitted: | 23 Oct 2008 9:32 | Modified: | 18 Jun 2010 1:21 |
Reporter: | Mike Lischke | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S2 (Serious) |
Version: | 5.0.67, 5.1.28 | OS: | Windows (Vista 64-bit) |
Assigned to: | Davi Arnaut | 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
[22 Feb 2010 11:29]
Matthias Leich
[22 Feb 2010 11:51]
Matthias Leich
include file
Attachment: bug40277.inc (application/octet-stream, text), 1.05 KiB.
[22 Feb 2010 11:52]
Matthias Leich
Expected results
Attachment: view_bug40277.result (application/octet-stream, text), 3.64 KiB.
[24 Feb 2010 13:50]
Matthias Leich
Archive with updated test
Attachment: bug40277_test.tgz (application/x-compressed-tar, text), 1.29 KiB.