MySQL Forums
Forum List  »  Performance

administrator commands in slow query log?
Posted by: Nathan Cheng
Date: July 25, 2005 05:50PM

What is the significance of "administrator commands" in the slow query log? For example:

# Time: 050725 15:29:04
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;
# User@Host: user[user] @ localhost [10.1.1.151]
# Query_time: 8 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
# administrator command: Quit;

There are other administor commands besides "Quit" showing up, but "Quit" is the most common.

Thanks!

Nathan

Options: ReplyQuote


Subject
Views
Written By
Posted
administrator commands in slow query log?
2595
July 25, 2005 05:50PM


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.