Bug #15821 | Error while reading data from resultset using table aliases | ||
---|---|---|---|
Submitted: | 17 Dec 2005 11:03 | Modified: | 26 Feb 2006 21:45 |
Reporter: | Alexander Tarasyuk | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | mysql-standard-5.0.18-linux-i686 | OS: | Linux (Red Hat Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[17 Dec 2005 11:03]
Alexander Tarasyuk
[21 Dec 2005 10:30]
Alexander Tarasyuk
When I use same mysql connector but older mysql engine (4.0.12) this code works properly. So I think that problem is in mysql engine but not in connector.
[22 Dec 2005 17:09]
MySQL Verification Team
Could you please verify if the bug http://bugs.mysql.com/bug.php?id=14861 can be related to your case and to test with 5.0.18 when released? Thanks in advance.
[4 Jan 2006 14:58]
Alexander Tarasyuk
I was test this bug in mysql 5.0.18 but I still have the same error.
[4 Jan 2006 16:04]
Alexander Tarasyuk
There is similar bug report: http://bugs.mysql.com/bug.php?id=14897 I found several solutions: 1) If I dump tables in mysql 4 and create them in mysql 5 - everything works fine. 2) If I copy tables from mysql4 to mysql 5 and then run repair table on each table - everything works fine. So I think this should be included to mysql manual (upgrading from 4.1 to 5.0 section) By the way, repair operation is not very fast on big tables. So maybe there is some fast utility? Because in our case we should migrate without long downtime.
[26 Jan 2006 21:45]
MySQL Verification Team
Then according with your last post this bug can be considered duplicate of bug http://bugs.mysql.com/bug.php?id=14897 ? Thanks in advance.
[27 Feb 2006 0: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".