summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-09-25 19:59:15 -0500
committerunknown <paul@teton.kitebird.com>2002-09-25 19:59:15 -0500
commit74114f27ba77e1e2e8acb71495fd0625e00b10e4 (patch)
treef904c7c2447defef6d21789379d93f081a949b6a
parente77db072572018033a1262c9c835839642db6cff (diff)
downloadmariadb-git-74114f27ba77e1e2e8acb71495fd0625e00b10e4.tar.gz
manual.texi Qcache not available on Windows until 4.0.4.
Docs/manual.texi: Qcache not available on Windows until 4.0.4.
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
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