Bug #53509 Add query runtime to Results tab
Submitted: 7 May 2010 19:42 Modified: 7 Sep 2011 21:35
Reporter: Orlando Colamatteo Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.20 rev 5783 OS:Windows (Windows 7 64-bit)
Assigned to: CPU Architecture:Any
Tags: Results tab

[7 May 2010 19:42] Orlando Colamatteo
Description:
When viewing the results of a query you must flip back to the Output tab to see the query runtime. Add the query runtime next to the "Fetched 'n' records" message so it reads "Fetched 'n' records in #,###.### sec"

How to repeat:
Open SQL Editor, connect to a server/database, run a query. In the results tab notice the message "Fetched 'n' records".
[8 May 2010 8:15] Valeriy Kravchuk
Thank you for the feature request.
[15 Aug 2010 10:34] Dan Kloke
Seconded.
[7 Sep 2011 21:35] Philip Olson
Fixed as of 5.2.31:

+        The query execution time was added to the query result status
+        bar.