1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

manual.texi undo bad query cache mod.

Docs/manual.texi:
  undo bad query cache mod.
This commit is contained in:
unknown
2002-09-29 18:14:44 -05:00
parent 948c76cc2e
commit 3da8bdeb01

View File

@@ -37453,7 +37453,7 @@ parameters to @code{FULLTEXT} in @code{CREATE/ALTER TABLE}).
@cindex Query Cache @cindex Query Cache
@cindex @code{SELECT}, Query Cache @cindex @code{SELECT}, Query Cache
From version 4.0.1 (4.0.4 for Windows), @code{MySQL server} features a @code{Query Cache}. From version 4.0.1, @code{MySQL server} features a @code{Query Cache}.
When in use, the query cache stores the text of a @code{SELECT} query 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. together with the corresponding result that was sent to the client.
If an identical query is later received, the server will retrieve If an identical query is later received, the server will retrieve