Bug #5297 log-slow-queries: initial table locks time
Submitted: 30 Aug 2004 19:46 Modified: 9 Mar 2005 14:35
Reporter: Miguel Solorzano Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Logging Severity:S4 (Feature request)
Version:4.0.XX OS:Any (all)
Assigned to: Assigned Account CPU Architecture:Any

[30 Aug 2004 19:46] Miguel Solorzano
Description:
According the Manual:

"When started with the --log-slow-queries[=file_name] option,
mysqld writes a log file containing all SQL statements that
took more than long_query_time seconds to execute. The time
to acquire the initial table locks are not counted as
execution time."

Then the request is to add the count of the initial table locks. 

How to repeat:
see descriptions

Suggested fix:
---