Bug #26576 "Edit" button disabled when specifying schema in query
Submitted: 22 Feb 2007 19:09 Modified: 23 Feb 2007 8:08
Reporter: dennismoore@dodgeit.com dennismoore@dodgeit.com Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.9 rc OS:Windows (XP)
Assigned to: Mike Lischke CPU Architecture:Any
Tags: disabled, Edit, query, schema

[22 Feb 2007 19:09] dennismoore@dodgeit.com dennismoore@dodgeit.com
Description:
If I run the following query, the edit button will be enabled:

SELECT * FROM anytable;

If I run the following query, the edit button will be enabled:

SELECT * FROM anyschema.anytable;

If I run the following query, the edit button will NOT be enabled:

SELECT * FROM `anyschema`.anytable;

How to repeat:
Perform a query by specifying the schema inside `'s

Suggested fix:
The desired behavior should be consistent.
[22 Feb 2007 22:10] MySQL Verification Team
Thank you for the bug report.
[23 Feb 2007 8:08] Mike Lischke
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments to the original bug instead.

Thank you for your interest in MySQL.

Duplicate of bug #25778