On Saturday 08 March 2003 23:38, John David Duncan wrote:

> In MySQL 4.0, query cache hits are counted in Qcache_hits, but not in
> Com_select.  The documentation for Com_select implies that they should be
> there.  Is this the intended behavior, or is it a bug?

No, it's not a bug, but a  known behaviour ;-)

According the manual:

Com_xxx  Number of times each xxx command has been executed.

But cached queries are not really executed, that is why counters are not 
incremented.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





---------------------------------------------------------------------
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