Bug #79900 When deleting multiple rows via menu in Workbench, some rows are not deleted.
Submitted: 8 Jan 2016 22:13 Modified: 8 Jan 2016 23:42
Reporter: Tony Darnell Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.3.5 OS:MacOS
Assigned to: CPU Architecture:Any

[8 Jan 2016 22:13] Tony Darnell
Description:
When selecting multiple rows (more than six) inside the results window after a SELECT, and then right-clicking to delete these rows, not all of the selected rows are deleted. It leaves one row still in the database.

How to repeat:
Installed Workbench 6.3.5. Create a database and then table. Populate the table with multiple rows (I inserted 40) of data. Select seven or more consecutive rows of data. Right click and choose "delete rows" from menu, and press "apply" button.  It will delete all rows but one.  There is a pattern:

When you select six rows or less - all rows are deleted.
When you select seven rows, row number four is not deleted.
When you select eight or nine rows, row number five is not deleted.
When you select ten or eleven rows, row number six is not deleted.
When you select twelve rows, row number seven is not deleted.
Etc.
[8 Jan 2016 23:42] MySQL Verification Team
Duplicate of bug: http://bugs.mysql.com/bug.php?id=78560.