Bug #4112 | UNION makes fields disappear | ||
---|---|---|---|
Submitted: | 11 Jun 2004 20:01 | Modified: | 27 Aug 2004 13:58 |
Reporter: | olivier menuel | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.1-alpha | OS: | UNIX |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[11 Jun 2004 20:01]
olivier menuel
[11 Jun 2004 20:03]
olivier menuel
two tables of my database, that will allow you to see the bug !
Attachment: bug_report.sql (text/plain), 8.19 KiB.
[12 Jun 2004 22:56]
Matthew Lord
Hi Olivier, I could not reproduce this problem in 4.1.2. root@localhost:bug4112~> SELECT salesperson.contact_first_name AS jordy -> FROM trans_salesperson, salesperson -> WHERE salesperson.id = user_id AND trans_salesperson.salesman_id =2979 AND -> user_type = 'salesperson' -> UNION -> SELECT 'fff' AS jordy -> FROM trans_salesperson; +------------+ | jordy | +------------+ | olivier!!! | | fff | +------------+ 2 rows in set (0.00 sec) Could you try your query in 4.1.2 to make sure you're not still having the same problem on your end? Best Regards, -matt-
[27 Aug 2004 13:58]
Sergei Golubchik
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.