Bug #13424 | server sraches during dump if there is a VIEW and query cache is enabled | ||
---|---|---|---|
Submitted: | 23 Sep 2005 10:45 | Modified: | 30 Sep 2005 17:18 |
Reporter: | Victoria Reznichenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | Linux (linux) |
Assigned to: | Evgeny Potemkin | CPU Architecture: | Any |
[23 Sep 2005 10:45]
Victoria Reznichenko
[26 Sep 2005 15:10]
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/30334
[26 Sep 2005 15:53]
Evgeny Potemkin
For LOCK view is opened but not prepared thus leaving 'table' field set to NULL. invalidate_locked_for_write() wasn't checking that and call to invalidate_table(NULL) crashes server. Fixed in 5.0.14, cset 1.1991.1.5
[30 Sep 2005 17:18]
Paul DuBois
Noted in 5.0.14 changelog.