| Bug #12990 | query_cache: Fails when run with ssl | ||
|---|---|---|---|
| Submitted: | 5 Sep 2005 14:01 | Modified: | 12 Oct 2005 11:22 |
| Reporter: | Magnus Blaudd | ||
| Status: | Closed | ||
| Category: | Server | Severity: | S3 (Non-critical) |
| Version: | OS: | nocona-icc-glibc23, octane2 | |
| Assigned to: | Magnus Blaudd | Target Version: | |
[5 Sep 2005 14:01]
Magnus Blaudd
[15 Sep 2005 16:38]
Magnus Blaudd
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 11:22]
Magnus Blaudd
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
