----- Original Message -----
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMAIL Developers Mailinglist" <dbmail-dev@dbmail.org>
Sent: Saturday, February 12, 2005 11:40
Subject: Re: [Dbmail-dev] reading everything into memory?
On Fri, Feb 11, 2005, ""mc"" <[EMAIL PROTECTED]> said:
But does that imply there is a option to turn that on? A grep -ri
SQL_CACHE
* from the top level of the source tree returned an empty list. :)
or perhaps do I need to manually hack the src to enable this?
Neither:
http://dev.mysql.com/doc/mysql/en/query-cache-configuration.html
To my understanding, mysql does not automatically cache resultsets by
default even if you set it to yes. Though it *allows* the resultsets to be
cached.
I think an explicit SELECT SQL_CACHE is needed.