Bug #50833 Scintilla SQL Statement status bar is not reset
Submitted: 2 Feb 2010 14:03 Modified: 16 Feb 2010 17:48
Reporter: Michael G. Zinner Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.15 OS:MacOS
Assigned to: Sergei Tkachenko CPU Architecture:Any

[2 Feb 2010 14:03] Michael G. Zinner
Description:
When parsing the SQL statements, the text "Parsing SQL ..." is displayed in the status bar of the scintilla editor. 

This is not reset to "" once the parsing is done.

It is OK that it is not reset if errors have been found "1 error(s) found".

How to repeat:
Run WB, enter SQL in SQL Editor

Suggested fix:
Reset status bar after parsing to an empty string.
[4 Feb 2010 0:41] Sergei Tkachenko
Changed text from "Parsing SQL ..." to "No errors found", but status bar text never resets to "".
[12 Feb 2010 21:55] Johannes Taxacher
fixed in repository
[16 Feb 2010 17:48] Tony Bedford
An entry has been added to the 5.2.16 changelog:

In the SQL Editor the text “Parsing SQL ...” displayed in the status bar remained once the parsing was complete.

MySQL Workbench has been changed to display “No errors found” once parsing has successfully completed.