From 74114f27ba77e1e2e8acb71495fd0625e00b10e4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Sep 2002 19:59:15 -0500 Subject: [PATCH] manual.texi Qcache not available on Windows until 4.0.4. Docs/manual.texi: Qcache not available on Windows until 4.0.4. --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index bf62d2dd083..ba8fcf53846 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -37453,7 +37453,7 @@ parameters to @code{FULLTEXT} in @code{CREATE/ALTER TABLE}). @cindex Query Cache @cindex @code{SELECT}, Query Cache -From version 4.0.1, @code{MySQL server} features a @code{Query Cache}. +From version 4.0.1 (4.0.4 for Windows), @code{MySQL server} features a @code{Query Cache}. When in use, the query cache stores the text of a @code{SELECT} query together with the corresponding result that was sent to the client. If an identical query is later received, the server will retrieve