Bug #15210 | left join fails to return value from left joined table | ||
---|---|---|---|
Submitted: | 24 Nov 2005 2:10 | Modified: | 16 Jun 2006 20:18 |
Reporter: | Kevin Smith | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.15, 5.0.18 | OS: | Windows (Windows, Redhat Linux Enterprise v4) |
Assigned to: | CPU Architecture: | Any |
[24 Nov 2005 2:10]
Kevin Smith
[24 Nov 2005 2:35]
Kevin Smith
I upgraded to MySQL 5.0.16 and the problem still persists. Also, I couldn't upgrade to MySQL-shared-standard-5.0.16-0.rhel4.i386.rpm, as I got the following error message: warning: MySQL-shared-standard-5.0.16-0.rhel4.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5 error: Failed dependencies: libz.so.0 is needed by MySQL-shared-standard-5.0.16-0.rhel4.i386 Could solve this one either. Tried creating a sym link to libz.so.1.2.1.2 of libz.so.0, but this had not affect.
[24 Nov 2005 18:18]
Valeriy Kravchuk
Thank you for the problem report. Are you really sure that there is a correspondent rown in a table your are LEFT JOINING to? Because your repeted queries gives you different results, query cache may be a problem here. So, please, send your my.cnf content or SHOW VARIABLES results. Send the results of EXPLAIN for your query also, after "successful" run and after those that gives you NULL (use mysql command line client, please). As for the second proble you got (upgrade and dependencies), please, open a separate bug report, if you want. Don't mix several problems in one report.
[24 Nov 2005 20:08]
Kevin Smith
inner join bug: requested output of explain and query results
Attachment: MySQL Bug.txt (text/plain), 24.46 KiB.
[25 Nov 2005 9:00]
Valeriy Kravchuk
Thank you for the additional information. I'll check. As for your second problem, it is known already (http://bugs.mysql.com/bug.php?id=15223).
[25 Nov 2005 9:53]
Valeriy Kravchuk
Please, send the dump of the tables used for this test. You may use File tab for that and upload file as private, if you want.
[26 Dec 2005 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".
[16 May 2006 20:18]
Valeriy Kravchuk
Please, try to repeat with a newer version, 5.0.21, and inform about the results.
[16 Jun 2006 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".