Bug #18158 Relationship Connector keeps being displayed even after the FK has been removed
Submitted: 11 Mar 2006 23:44 Modified: 13 Mar 2006 0:43
Reporter: Roland Bouman Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Preview Severity:S2 (Serious)
Version:1.0.5beta OS:Windows (WinXP)
Assigned to: CPU Architecture:Any

[11 Mar 2006 23:44] Roland Bouman
Description:
The connector that represents a relationship between tables keeps being displayed even though the corresponding foreign key definition has been removed

How to repeat:
create a table m. Add a column Id

create a table d.

create a 1 to n relationship from m to d (dragging from m to d)

now, a connector is displayed between the m and d tables. 

edit d in the table editor, and remove the foreign key definition...

(connector still being displayed....)

Suggested fix:
Dont display the connector whan the foreign key is being removed.
[13 Mar 2006 0:43] MySQL Verification Team
Thank you for the bug report.