Bug #3347 | syntax error with parenthesis in nested union/select statements | ||
---|---|---|---|
Submitted: | 31 Mar 2004 13:34 | Modified: | 9 Apr 2004 0:57 |
Reporter: | Stan Tomlinson | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.1 | OS: | Linux (Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[31 Mar 2004 13:34]
Stan Tomlinson
[31 Mar 2004 15:06]
Dean Ellis
Verified against 4.1.2. Thank you. (SELECT 1) UNION (SELECT 2); SELECT 1 IN (SELECT 1 UNION SELECT 2); SELECT 1 IN ((SELECT 1) UNION (SELECT 2));
[9 Apr 2004 0:57]
Oleksandr Byelkin
Thank you for bug report. this bug is registered as BUG#2435 http://bugs.mysql.com/bug.php?id=2435 You can use that ticket to trace progress of bug fixing.