Bug #61102 Unexpected error message
Submitted: 9 May 2011 14:40 Modified: 9 Jun 2011 18:37
Reporter: Tanimul Amin Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.33 CE rev: 7508 OS:Windows
Assigned to: CPU Architecture:Any

[9 May 2011 14:40] Tanimul Amin
Description:
It happens at random times while making usual queries. I was running these simple queries and the error message showed up saying an unexpected error has occurred in one of the mysql modules. 

EDIT `sakila`.`actor`;

update sakila.actor set first_name = 'Tom' where first_name = 'Penelope'; 

EDIT `inventory`.`inventory`; 

select * from inventory.inventory where stocktype = '3' and stockid in (13386,14618);

select distinct initials,count(*) from inventory.inventory where stocktype = '3' group by initials;

update inventory.inventory set initials = 'Kellie.Cotterhill',RevisedDate = RevisedDate where stocktype = '3' and initials = 'Kellliec'; 

How to repeat:
Just try running queries similar to the ones I showed and see what happens.
[9 May 2011 18:37] Valeriy Kravchuk
Please, send the output of Help > System Info menu item.

When you'll get this error message again, please, right click somewhere in the error dialog box with no text and use Copy stack trace to clipboard context menu item. Send stack trace to this report.
[9 Jun 2011 23: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".