Re: mysql: status - how are questions counted?
Note that status itself is not a SQL statements, it is a command in mysql client which may make 1 or more SQL queries to get the information. It obviously make 2 separate query to get the information, from your observation.
You can use SHOW STATUS; which is a SQL statement to MySQL, or more specific SHOW STATUS like 'questions';
Subject
Views
Written By
Posted
3705
July 12, 2005 01:18PM
1850
July 12, 2005 02:43PM
Re: mysql: status - how are questions counted?
1896
July 12, 2005 06:31PM
1840
July 13, 2005 01:23PM
1723
July 13, 2005 02:27PM
2256
July 21, 2005 01:49AM
1823
July 21, 2005 04:44PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.