Bug #1215 | Table 'db.table_name' doesn't exist | ||
---|---|---|---|
Submitted: | 6 Sep 2003 19:31 | Modified: | 15 Mar 2004 6:39 |
Reporter: | Siva Dirisala | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.0-alpha-standard | OS: | Linux (Linux 2.4.22) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[6 Sep 2003 19:31]
Siva Dirisala
[2 Oct 2003 11:29]
MySQL Verification Team
Mark I am assign you this because is Java issue.
[2 Oct 2003 11:36]
MySQL Verification Team
I ma re-asssign to Venu according Mark's instructions since it is prepared statements issue.
[15 Mar 2004 2:41]
Brian Aker
Mark, can you please update this with a test case and reason as to why this bug is in the server and not in the JDBC driver? Thanks.
[15 Mar 2004 6:13]
Mark Matthews
Brian, the test case is in the bug report. The reason that I'm 99.9% sure it's a server bug is if you turn off server-side prepared statements, the issue goes away. IIRC, Dean also tested this with his C test harness. I will re-test with a current build of MySQL before trying to come up with a C test harness, as the current prepared statement code has had a lot of work done on it (look at the version # this is reported against, it's 4.1._0_!).
[15 Mar 2004 6:39]
Mark Matthews
Thank you for taking the time to report a problem. Unfortunately you are not using a current version of the product your reported a problem with -- the problem might already be fixed. Please download a new version from http://www.mysql.com/downloads/ If you are able to reproduce the bug with one of the latest versions, please change the version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of MySQL. Additional info: I can't repeat this with MySQL-4.1.2 (from BK). You should try your testcase again with the latest version of MySQL-4.1, and/or provide a _complete_ testcase including schema and data that demonstrates this issue in a repeatable fashion on the latest version of MySQL-4.1.
[19 Aug 2010 8:42]
shabbir hussain
hii i had done all database operations and its work fine on local system but when i connect to my database online it gives me error that databasename.tablename does'nt exist. why is it so happening plz anybody explain me and whats the solution for that.