Bug #2991 Running queries from different database returns false error
Submitted: 27 Feb 2004 2:00 Modified: 1 Jun 2004 0:40
Reporter: Ronan O'Connor Email Updates:
Status: Closed Impact on me:
None 
Category:MySQLCC Severity:S3 (Non-critical)
Version:0.9.4 OS:Linux (Fedora(core1) gnome 2.4)
Assigned to: Bugs System CPU Architecture:Any

[27 Feb 2004 2:00] Ronan O'Connor
Description:
If a query is run from a table query window in one database, but for a table from another database, the query is carried out but an error is reported in the messages window. "[host] Error 1146: Table 'db.table' doesn't exist"

How to repeat:
Open A table query window for say table "test.test". Run query in the SQL pane: "SELECT * FROM mysql.user". 
Data is retrieved successfully. Messages Pane reports number of rows retrieved (as usual) and will then report: "[HOST] ERROR 1146: Table 'test.user' doesn't exist"
[27 Feb 2004 13:52] Dean Ellis
Verified.  MySQLCC is issuing "SHOW FIELDS FROM `user`" from within the current database (losing database specification).
[1 Jun 2004 0:40] Jorge del Conde
Hi!

MySQLCC has been discontinued and will not be developed nor maintained anymore with the exception of Critical bugs.

In the near future we will release the substitute of MySQLCC called MySQL Query Browser.