diff options
author | unknown <bell@sanja.is.com.ua> | 2002-08-07 08:43:47 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-08-07 08:43:47 +0300 |
commit | 81ca4cdc3cb351857a4c0b39ed24efd61c611815 (patch) | |
tree | 4174063e4ec4f36a7f4447180769be4f35dc5a4a /Docs | |
parent | 3cc632eded81ec1b0aeb1f409c32e5ceb86a2634 (diff) | |
parent | 5fcccd41e5fa633756f7ae0ec2a3e16f545d07a0 (diff) | |
download | mariadb-git-81ca4cdc3cb351857a4c0b39ed24efd61c611815.tar.gz |
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
Docs/manual.texi:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 92166bfd5b2..defcd3a1c44 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -37304,7 +37304,8 @@ of the form @code{SELECT * FROM AUTOINCREMENT_FIELD IS NULL} However, @code{FOUND ROWS()} will return the correct value, even if the preceding query was fetched from the cache. -Queries that don't use any tables or if the user has a column privilege for +Queries that don't use any tables, queries that use temporary tables +or if the user has a column privilege for any of the involved tables are not cached. Before a query is fetched from the query cache, MySQL will check that |