Bug #9715 | SP crashes MySQL server if query cache is enabled | ||
---|---|---|---|
Submitted: | 7 Apr 2005 12:58 | Modified: | 17 Jun 2005 13:19 |
Reporter: | Victoria Reznichenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | Any (any) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[7 Apr 2005 12:58]
Victoria Reznichenko
[7 Apr 2005 13:01]
MySQL Verification Team
Database dump was uploaded to FTP server: bug9715.zip
[13 May 2005 6:05]
Oleksandr Byelkin
Thank you for bugreport. But this bug have the same nature as Bug #5963, Yoiu can yse following URL to track down progress in bugfixing: http://bugs.mysql.com/bug.php?id=5963
[14 Jun 2005 17:41]
Oleksandr Byelkin
minimal test suite: set GLOBAL query_cache_size=1355776; create table t1 (a int); insert into t1 values (1),(2); delimiter //; CREATE PROCEDURE `p1`() begin Declare var1 int; Declare c1 cursor for select a from t1; open c1; select * from t1; end// call p1()//
[14 Jun 2005 18:30]
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/25992
[14 Jun 2005 19:45]
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/25997
[16 Jun 2005 9:49]
Stas Nichiporovich
Befor patching server crashed every time such procedure was called. And after pacthing it almost does not crash, but sometimes it do :(
[17 Jun 2005 13:19]
Paul DuBois
Noted in 5.0.8 changelog.