Bug #11554 | Server crashes on statement indirectly using non-cached function | ||
---|---|---|---|
Submitted: | 24 Jun 2005 20:27 | Modified: | 13 Jul 2005 18:00 |
Reporter: | Dmitry Lenev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.8 | OS: | Any (Any) |
Assigned to: | Dmitry Lenev | CPU Architecture: | Any |
[24 Jun 2005 20:27]
Dmitry Lenev
[28 Jun 2005 19:46]
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/26494
[13 Jul 2005 9:20]
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/26982
[13 Jul 2005 9:47]
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/26983
[13 Jul 2005 12:21]
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/26994
[13 Jul 2005 13:16]
Dmitry Lenev
Fixed in 5.0.10 Please also note that now we can use stored routines under LOCK TABLES without explicitly locking 'mysql.proc'. But this puts certain restrictions on locking of mysql.proc table - you can't use it in any queries which will combine locking of this table for writing with any other tables.
[13 Jul 2005 18:00]
Paul DuBois
Noted in 5.0.10 changelog.