Bug #28008 Parser bug - " +' " causes unrecognized delimiter
Submitted: 22 Apr 2007 0:29 Modified: 30 Apr 2007 12:50
Reporter: Ondra Zizka Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.11 OS:Any
Assigned to: Mike Lischke CPU Architecture:Any
Tags: parser

[22 Apr 2007 0:29] Ondra Zizka
Description:
 " +' " causes unrecognized delimiter

How to repeat:
Put the following code in resultset tab:

SELECT '1'+'1';

SELECT 2;

Now you see that there is no dot for 2nd SELECT, and if you try to execute, MySQL show that Query Browser has sent all code.

When you add a space after the plus sign, it's ok.

Suggested fix:
...
[22 Apr 2007 6:48] Valeriy Kravchuk
Thank you for a bug report. Verified just as described.
[30 Apr 2007 12:50] Mike Lischke
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html