i'm using mysql 4.x

it is said the query result is cached by mysql for next query

i have a forum, having "post" table
post: postid, title, content, postdate, clickcount
and clickcount is increased when the post is viewed

and a page to search post
select * from post where title like "%word to match%"

will this result cached by mysql ?


_________________________________________________________________
Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to