Bug #67747 Some statements do no execute in MySQL Workbench
Submitted: 29 Nov 2012 1:07 Modified: 10 Jan 2013 21:18
Reporter: Yoseph Phillips Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.44 CE OS:Any (Mac and Windows)
Assigned to: CPU Architecture:Any

[29 Nov 2012 1:07] Yoseph Phillips
Description:
Some statements do no execute in MySQL Workbench (see how to reproduce for an example where it is not executing SELECT 2;)

This started happening on windows after upgrading to: 5.2.44 CE from an earlier version of 5.2

Someone else has reported this for Mac: http://stackoverflow.com/questions/10484686

How to repeat:
SELECT 1;
DELIMITER ;
/* comment */
SELECT 2;
[5 Dec 2012 16:02] MySQL Verification Team
Thank you for the bug report.
[10 Jan 2013 21:18] Philip Olson
Fixed as of MySQL Workbench 5.2.45, and here's the changelog entry:

Under certain circumstances, comments could interfere with the execution
of SQL statements.

Thank you for the bug report.