Bug #6120 | Stored procedure unaffected by ALTER VIEW | ||
---|---|---|---|
Submitted: | 15 Oct 2004 19:25 | Modified: | 26 Jul 2005 20:21 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.2-alpha-debug | OS: | Linux (SuSE 8.2) |
Assigned to: | Igor Babaev | CPU Architecture: | Any |
[15 Oct 2004 19:25]
Peter Gulutzan
[6 Jul 2005 16:00]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/26727
[11 Jul 2005 16:44]
Oleksandr Byelkin
after adding invalidation to DROP VIEW, it is OK
[12 Jul 2005 15:35]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/26949
[12 Jul 2005 16:44]
Igor Babaev
As Sanja noticed in his review a similar problem exists for the DROP VIEW / CREATE VIEW scenario. ChangeSet 1.1898 05/07/06 09:00:17 igor@igor-inspiron.creware.com +3 -0 view.result, view.test: Added a test case for bug #6120. sql_view.cc: Fixed bug #6120. The SP cache must be invalidated when a view is altered. ChangeSet 1.1915 05/07/12 08:34:57 igor@igor-inspiron.creware.com +3 -0 view.test, view.result: Expanded the test case for bug #6120 to cover DROP VIEW / CREATE VIEW scenario. sql_view.cc: Expanded the fix for bug #6120 to cover the case of DROP VIEW / CREATE_VIEW. The fix will appear in 5.0.10
[26 Jul 2005 20:21]
Paul DuBois
Noted in 5.0.10 changelog.