MySQL Forums
Forum List  »  Performance

Re: mysql: status - how are questions counted?
Posted by: KimSeong Loh
Date: July 12, 2005 06:31PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql: status - how are questions counted?
1896
July 12, 2005 06:31PM


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.