Bug #56016 FK double click
Submitted: 16 Aug 2010 13:48 Modified: 17 Aug 2010 9:05
Reporter: Petronel Laviniu Malutan Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.26 OS:Windows (Vista Home Premium)
Assigned to: CPU Architecture:Any
Tags: double click, EER Diagram, fk

[16 Aug 2010 13:48] Petronel Laviniu Malutan
Description:
Editing foreign keys on update and on delete it crash often Workbench...

How to repeat:
Open new model and create there 3 tables

table1
  fieldnames:
    id INT

table2
  fieldnames:
    id INT
    table1_id INT()

table 3
  fieldnames:
    id INT
    table2_id INT()

add now 1 to n based on existing fields
table1_id with id in table1
table2_id with id in table2

and now click on the table 1 and edit tab foreign key to use cascade on update and cascade on delete, 

than you probably want ot do the same for table2 so you will double click on table2 which will crash Workbench.

Suggested fix:
as soon as possible ;)
[17 Aug 2010 9:05] Johannes Taxacher
this is a duplicate of Bug #55910