Bug #61231 When running a query, the display switches to the overview tab
Submitted: 19 May 2011 18:22 Modified: 17 Nov 2011 18:48
Reporter: Michael Bennett Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.33 CE Revision 7508 OS:Windows (7, XP)
Assigned to: CPU Architecture:Any
Tags: overview tab, query output

[19 May 2011 18:22] Michael Bennett
Description:
When executing a query in older versions of Workbench, I would see the Output tab below the SQL editor.  This was a visual confirmation that my query was sent to the server, and that the client was awaiting the response.  Now, when I run a query, it displays the Overview tab, which doesn't tell me anything related to the query I'm trying to run.

How to repeat:
Write a query that takes longer than a few seconds to run, execute it with ctrl+enter.

Suggested fix:
Revert to previous functionality of showing the output tab while the query runs.
[20 May 2011 3:12] Valeriy Kravchuk
What operating system do you use? On Mac OS X, for example, I see Output tab when query is running.
[21 May 2011 4:33] Michael Bennett
I'm seeing this on Windows 7.
[23 May 2011 7:38] Valeriy Kravchuk
Verified on Windows XP. Mac OS X and Linux versions are not affected.
[30 Jun 2011 4:13] Valeriy Kravchuk
Bug #61694 was marked as a duplicate of this one.
[17 Nov 2011 18:48] Philip Olson
Fixed as of 5.2.36:

+        Executing a slow query would not notify the user that the query
+        was running. The new SQL editor interface does show the
+        progress.