Bug #1195 | inconsistent query execution | ||
---|---|---|---|
Submitted: | 4 Sep 2003 7:29 | Modified: | 16 Oct 2003 7:09 |
Reporter: | Shree Kumar | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.0 | OS: | Sparc Solaris 8 |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[4 Sep 2003 7:29]
Shree Kumar
[16 Sep 2003 7:09]
Jani Tolonen
Hi! First of all, I would suggest you to upgrade to 4.1.1 when it is available. We're working on it right now, it has many bug fixes since 4.1.0. The table names should always be case sensitive, except on Windows, unless you have lower_case_table_names=ON. Check this with: show variables like 'lower_case_table_names'; If it is OFF, the query that sometimes failed for you should always fail, otherwise it should always work. Can you make better test case for us, something that we could try to reproduce? That would need: - SQL statements for creating the tables - Probably some data to populate the tables - Query that fail, even if just sometimes - Information about how you started mysqld, what options - mysqladmin variables Please try to make the test case such that we can repeat all steps here. Thank you. Regards, Jani
[14 Feb 2005 22:54]
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".