Re: question about cached result

2002-07-30 Thread Dan Nelson
In the last episode (Jul 30), xuefer tinys said: > 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 p

question about cached result

2002-07-30 Thread xuefer tinys
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 ma