Bug #6797 | Stored procedure won't allow union in subquery | ||
---|---|---|---|
Submitted: | 24 Nov 2004 14:43 | Modified: | 21 May 2005 9:59 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.2-alpha-debug | OS: | Linux (SuSE 8.2) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[24 Nov 2004 14:43]
Peter Gulutzan
[17 Dec 2004 20:54]
Sergey Petrunya
The error is produced in sql_yacc.yy, at place where LEX::exchange is compared with NULL. It is not NULL but it seems to be filled with 'unitialized data'. When I tried to fix it I bumped into a broader problem - BUG#7394, so this bug is not likely to be fixed until BUG#7394 is fixed.
[21 May 2005 9:59]
Sergey Petrunya
This bug is a duplicate of BUG#5963 and is fixed by the fix for that bug.