Bug #81019 Deleteing InnoDB records with foreign keys on 5.7.10 causes app crash
Submitted: 9 Apr 2016 1:09 Modified: 25 Jan 2017 22:02
Reporter: Justin Levene Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.3.6 OS:Windows (10 64 bit)
Assigned to: Marcin Marek CPU Architecture:Any
Tags: crash, restart

[9 Apr 2016 1:09] Justin Levene
Description:
Every time I delete or call a delete command on a remote AWS server using mySQL 5.7.10, Workbench executes the command and then it crashes.  It seems to be disconnecting from the remote mySQL server.

How to repeat:
See above
[9 Apr 2016 1:10] Justin Levene
Forgot to mention, works fine on a local server using 5.7.11
[23 Oct 2016 15:35] MySQL Verification Team
Please try version 6.3.8. Thanks.

http://dev.mysql.com/downloads/workbench/
[25 Jan 2017 22:02] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.9 release, and here's the changelog entry:

Deleting rows while connected to a remote server caused the connection to
fail and for MySQL Workbench to exit unexpectedly.

Thank you for the bug report.