What steps will reproduce the problem?
1. Fresh installation with a remote database
2. Create a database with two tables table1 and table2
3. Click on table1 in the left collumn
4. Click on query
5. You see the query SELECT COUNT(*) AS `RowCount` FROM `table1` with an error
message "No database selected".
6. Click on table2 in the left collumn
7. Click on query
8. You see the query SELECT COUNT(*) AS `RowCount` FROM `table2` with an error
message "No database selected".
What is the expected output?
I expect no query or a default query with no error message when I click to
enter a new query.
What do you see instead?
Mysteriously, we see a query that count the rows in the table that we just
visited.
What version of the product are you using? The latest. It is a fresh
installation.
On what operating system? On a shared server. Debian.
Please provide any additional information below:
It is not that way on a fresh installation of the same code, same version, on a
different platform with a local database.
Original issue reported on code.google.com by
dominic_...@yahoo.comon 25 Nov 2013 at 12:32