Bug #6531 Double-clicking table name in Schemata panel creates incorrect SELECT stmt.
Submitted: 9 Nov 2004 22:12 Modified: 10 Nov 2004 13:46
Reporter: Chris George Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.1 gamma OS:Windows (Win 2000)
Assigned to: CPU Architecture:Any

[9 Nov 2004 22:12] Chris George
Description:
When you double click on a table name in the Schemata panel, it creates an incorrect SELECT statement. For example, clicking on the mysql.db table produces:

SELECT * FROM db d

or clicking the host table produces:

SELECT * FROM host h

It appears that it is adding the first letter of the table name to the end of the select statement.

How to repeat:
Double-click any table name in the Schemata panel.
[10 Nov 2004 13:46] MySQL Verification Team
Hi,

Thank you for the report, but this is not a bug.
MySQL Query Browser automatically adds alias for each table in the query.