diff options
author | unknown <paul@teton.kitebird.com> | 2002-09-25 19:59:15 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-09-25 19:59:15 -0500 |
commit | 74114f27ba77e1e2e8acb71495fd0625e00b10e4 (patch) | |
tree | f904c7c2447defef6d21789379d93f081a949b6a | |
parent | e77db072572018033a1262c9c835839642db6cff (diff) | |
download | mariadb-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.texi | 2 |
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 |