Bug #3583 | query cache doesn't work for stored procedures | ||
---|---|---|---|
Submitted: | 28 Apr 2004 10:01 | Modified: | 17 Sep 2004 13:50 |
Reporter: | Sergey Kostyliov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0 (bk snapshot from 20040426 | OS: | Linux (Gentoo 2004.1) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[28 Apr 2004 10:01]
Sergey Kostyliov
[5 May 2004 19:09]
Dean Ellis
Verified against 5.0.1 with a different test case (attached). Thank you.
[17 Sep 2004 13:50]
Per-Erik Martin
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 Additional info: Note that the particular example given, SELECT COUNT(*) INTO uc FROM user, is still not cached. (The same thing for "INTO @x" at the top-level.) This is because the query cache works on the network layer, and only handles results sent back to the client.
[18 Jul 2007 9:10]
JinRong Ye
this problem still exists in version 5.0.45
[19 Jul 2007 2:03]
JinRong Ye
it seems like that is not the problem,sorry http://forums.mysql.com/read.php?98,162888,162932#msg-162932