Bug #50749 | Fk On Delete Shows empty when editing tables | ||
---|---|---|---|
Submitted: | 29 Jan 2010 20:40 | Modified: | 28 Feb 2010 21:20 |
Reporter: | Martin Pirringer | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.15 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | delete, foreign key, table edit |
[29 Jan 2010 20:40]
Martin Pirringer
[29 Jan 2010 21:20]
Johannes Taxacher
for InnoDB tables RESTRICT is the default value for on update/delete. so if you create a table having "on delete restrict" defined, and then puling the DDL for the table back from server you wont get any "on delete restrict" in the statement either. This is the reason WB doesn't display the on delete restrict when loading the live-editor. For the modelling part, i could not reproduce the problem (except for the case that i had created a model by reverse engineering a database). Could you maybe provide your model which shows the restrict-parameters in 5.1.18 but not in 5.2?
[1 Mar 2010 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".