QUERY_CACHE_TYPE が DEMAND
の場合、クエリをキャッシュ可能にする。
QUERY_CACHE_TYPE が
ON
の場合、これがデフォルト。
QUERY_CACHE_TYPE が
OFF の場合、何もしない。
SQL_NO_CACHE
このクエリをキャッシュ不可にする。このクエリをキャッシュに格納しない。
This is a translation of the MySQL Reference Manual that can be
found at
dev.mysql.com.
The original Reference Manual is in English, and this translation
is not necessarily as up to date as the English version.