Bug #5045 Queries with comments fail to return results
Submitted: 13 Aug 2004 23:27 Modified: 1 Dec 2004 13:41
Reporter: Jorge del Conde Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version: OS:
Assigned to: Michael G. Zinner CPU Architecture:Any

[13 Aug 2004 23:27] Jorge del Conde
Description:
Queries that have comments fail to return results

How to repeat:
/*testing*/ SELECT * FROM mysql.user

Suggested fix:
Parse comments out correctly
[1 Sep 2004 16:30] Michael G. Zinner
It is now possible to have comments in the GUI console.

Allowing comments in the SQL Memo would require a lot of parsing... why is this needed?