Bug #85550 | "Synchronize Model" skips certain tables | ||
---|---|---|---|
Submitted: | 20 Mar 2017 19:18 | Modified: | 21 Mar 2017 7:55 |
Reporter: | Erwin de Haan | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 6.3.9 build 10960321 CE | OS: | Windows (10 x64) |
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
[20 Mar 2017 19:19]
Erwin de Haan
[20 Mar 2017 19:19]
Erwin de Haan
The generated script to create the database. (Using sync function)
Attachment: testdb_bug.sql (application/octet-stream, text), 1.66 KiB.
[20 Mar 2017 19:20]
Erwin de Haan
The corresponding model file.
Attachment: testdb_bug.mwb (application/octet-stream, text), 7.25 KiB.
[20 Mar 2017 19:24]
Erwin de Haan
The original problem table in the model.
Attachment: model_table.png (image/png, text), 17.67 KiB.
[20 Mar 2017 19:25]
Erwin de Haan
The server table (from an older version of the model)
Attachment: server_table.png (image/png, text), 22.79 KiB.
[20 Mar 2017 19:25]
Erwin de Haan
The sync result (nothing to sync)
Attachment: sync_result.png (image/png, text), 56.55 KiB.
[20 Mar 2017 19:53]
Erwin de Haan
The correct script, the other one had the wrong quotes in the generated column.
Attachment: testdb_bug.sql (application/octet-stream, text), 1.67 KiB.