Bug #17273 | CONCAT() returning truncated results | ||
---|---|---|---|
Submitted: | 9 Feb 2006 13:52 | Modified: | 9 Feb 2006 16:16 |
Reporter: | Philip Sbrogna | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.13 | OS: | Linux (Suse 10 OSS ppc64) |
Assigned to: | CPU Architecture: | Any |
[9 Feb 2006 13:52]
Philip Sbrogna
[9 Feb 2006 14:28]
Hartmut Holzgraefe
verified on 4.1.12, not reproduceable on 4.1.14 and later
[9 Feb 2006 15:57]
Philip Sbrogna
Is it possible it's some kind of background type coercion causing the problem? Because the first parameter (to the CONCAT, looks like a date). Also, I don't know if its the ORDER BY causing the problem, the JOIN & ORDER BY are required to cause the problem. With just the JOIN or ORDER BY, the correct data is returned.
[9 Feb 2006 16:02]
Philip Sbrogna
Correction- Sample query to reproduce references X & Y fields, should be A & B.
[9 Feb 2006 16:16]
Philip Sbrogna
After I used EXPLAIN EXTENDED on the test query, it seems like the problem occurs when "using temporary" is in the "Extra" column of the EXPLAIN EXTENDED resultset.