Bug #81482 | Missing icons for some fields in some tables | ||
---|---|---|---|
Submitted: | 18 May 2016 10:03 | Modified: | 5 Nov 2021 17:24 |
Reporter: | Jurgen Doreleijers | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 8.0.22 | OS: | MacOS (macOS 10.15.7) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | WBBugReporter |
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
[18 May 2016 10:26]
Jurgen Doreleijers
[18 May 2016 10:39]
Jurgen Doreleijers
EER showing the missing three symbols (neglect the previouse version)
Attachment: Screen Shot 2016-05-18 at 12.36.24 PM.png (image/png, text), 71.49 KiB.
[18 May 2016 10:40]
Jurgen Doreleijers
SQL to create the tables
Attachment: outerspace.sql (application/octet-stream, text), 4.46 KiB.
[12 Sep 2018 0:31]
Alan Thomas
Patch
Attachment: workbench-pkfk-icon.diff (text/plain), 3.46 KiB.
[12 Sep 2018 0:39]
Alan Thomas
Testcase
Attachment: bug81482-testcase.mwb (application/x-zip-compressed, text), 8.84 KiB.