Bug #45239 | Global foreign key option not followed | ||
---|---|---|---|
Submitted: | 1 Jun 2009 9:42 | Modified: | 29 Jul 2009 13:38 |
Reporter: | Petr Burian | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.1.16 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | CHECKED, foreign key, regresssion |
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
[2 Jun 2009 12:28]
Petr Burian
[2 Jun 2009 12:29]
Petr Burian
Adding also screenshot of my global settings and foreign key options of certain table
Attachment: foreign-key.png (image/png, text), 32.47 KiB.
[3 Jul 2009 5:33]
Petr Burian
Global relationship setup
Attachment: rel-setup.png (image/png, text), 12.12 KiB.
[3 Jul 2009 5:33]
Petr Burian
Wrongly created relationship in table editor
Attachment: rel-edit.png (image/png, text), 26.00 KiB.
[3 Jul 2009 5:33]
Petr Burian
Simple schema to reproduce the bug
Attachment: relation.mwb (application/octet-stream, text), 5.46 KiB.