Bug #12990 | query_cache: Fails when run with ssl | ||
---|---|---|---|
Submitted: | 5 Sep 2005 12:01 | Modified: | 12 Oct 2005 9:22 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | OS: | nocona-icc-glibc23, octane2 | |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[5 Sep 2005 12:01]
Magnus Blåudd
[15 Sep 2005 14:38]
Magnus Blåudd
Script to reproduce. Seems similar to bug#6897 set GLOBAL query_cache_size=1355776; flush query cache; reset query cache; flush status; delimiter //; create table t1 (s1 int)// create procedure f1 () begin select sql_cache * from t1; select sql_cache * from t1; end;// delimiter ;// call f1(); set GLOBAL query_cache_size=0;
[12 Oct 2005 9:22]
Magnus Blåudd
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html