Bug #10389 Mistake in query when double-clicking table.
Submitted: 5 May 2005 14:48 Modified: 5 May 2005 14:52
Reporter: Francois Guillemette Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.7 OS:Windows (Windows XP SP2)
Assigned to: CPU Architecture:Any

[5 May 2005 14:48] Francois Guillemette
Description:
There is an unwanted character added to a query when double-clicking the table for the table tree.

If my table is called ''access'', double clicking on it will produce the current query :

SELECT * FROM "access" a

The ''a'' should not be there. In fact the letter added is always the first letter of the table name.

How to repeat:
Double click on any table in the table tree.

Suggested fix:
Remove the unwanted letter.
[5 May 2005 14:52] MySQL Verification Team
This behavior is by design.