From: Perrin Harkins Date: March 4 2009 4:39pm Subject: Re: SQL_NO_CACHE List-Archive: http://lists.mysql.com/mysql/216576 Message-Id: <66887a3d0903040839s145603e1u4fd133f226d39290@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Wed, Mar 4, 2009 at 11:23 AM, Thomas Spahni wrote: > SQL_NO_CACHE means that the query result is not cached. It does not mean > that the cache is not used to answer the query. Oh, right, he's looking for this: SET SESSION query_cache_type=off; - Perrin