Bug #55822 | Unexpected Error alert on right-click of routine name in Object Browser | ||
---|---|---|---|
Submitted: | 7 Aug 2010 20:45 | Modified: | 3 Sep 2010 15:54 |
Reporter: | Dave Nechodom | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 5.2.26 CE | OS: | Windows (XPsp3 + Win7Ent) |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
Tags: | alert, Object Browser, right-click |
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
[7 Aug 2010 20:46]
Dave Nechodom
[7 Aug 2010 20:46]
Dave Nechodom
test2 schema
Attachment: mysql_5.0.24a_schema_test_with_table.sql (application/octet-stream, text), 3.02 KiB.
[7 Aug 2010 20:46]
Dave Nechodom
alert screenshot
Attachment: mysql_wb5.2.26_20100807_alert.jpg (image/jpeg, text), 129.85 KiB.
[7 Aug 2010 20:47]
Dave Nechodom
expected screenshot
Attachment: mysql_wb5.2.26_20100807_popupmenu.jpg (image/jpeg, text), 45.35 KiB.