Bug #33289 | Stored Procedure: bad data if view is replaced within a iteration | ||
---|---|---|---|
Submitted: | 17 Dec 2007 14:05 | Modified: | 20 Jun 2012 16:36 |
Reporter: | Davi Arnaut (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.0, 5.1, 6.0 BK | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Dec 2007 14:05]
Davi Arnaut
[17 Dec 2007 14:13]
Davi Arnaut
The expected result is that after the view is replaced, it should only return values from the new view, not from the old dropped one, yet this only return values from the old view.
[17 Dec 2007 16:06]
MySQL Verification Team
Thank you for the bug report.
[20 Jun 2012 16:36]
Paul DuBois
Noted in 5.6.6 changelog. Bad data could be returned from a view used within a stored program if the view definition was changed between executions of the program or while the view was used within a program loop.