Bug #67298 Query not executed when surrounded by "()"
Submitted: 19 Oct 2012 12:19 Modified: 29 Nov 2012 8:36
Reporter: Guillaume Jouvelot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.44 OS:Windows
Assigned to: CPU Architecture:Any
Tags: (, ), query, surround

[19 Oct 2012 12:19] Guillaume Jouvelot
Description:
When I try to query data with a query like :
(Select * from mytable)
the application doesn't make the query but doesn't report any error too.

How to repeat:
surround query by "()"
[26 Oct 2012 18:27] Rafael Antonio Bedoy Torres
Verified, I'm able to run "(select * from sakila.actor);" on cmd line, and WB is not getting any output whit the same query.
[4 Nov 2012 2:55] Alfredo Kojima
Duplicate of bug #66887
[29 Nov 2012 8:36] Philip Olson
Fixed as of the upcoming MySQL Workbench 5.2.45, and here's the changelog entry:

 Queries surrounded by parenthesis would not display results in the view
 tab.

Thank you for the bug report.