Bug #10723 | Accessing table in other database fails | ||
---|---|---|---|
Submitted: | 19 May 2005 0:47 | Modified: | 19 Jun 2005 14:01 |
Reporter: | Peter Zaitsev (Basic Quality Contributor) | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.12 | OS: | Linux (Linux (RPM)) |
Assigned to: | CPU Architecture: | Any |
[19 May 2005 0:47]
Peter Zaitsev
[19 May 2005 1:12]
Peter Zaitsev
Clarification: The problem is table is looked up in wrong location, not just error message is incorrect. use test; create table test4test(i int); use mysql; create table test4test(i int); drop table test.test4test; mysql.test4test will be removed.
[19 Jun 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".