Bug #63524 Bug #35396 "Abnormal/impossible/large Query_time and Lock_time" happens again
Submitted: 1 Dec 2011 20:36 Modified: 19 Mar 2012 16:25
Reporter: Sveta Smirnova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Logging Severity:S3 (Non-critical)
Version:5.1.61 OS:Any
Assigned to: CPU Architecture:Any
Tags: regression

[1 Dec 2011 20:36] Sveta Smirnova
Description:
Bug #35396, which was fixed in version 5.1.32, occurs again in version 5.1.61

How to repeat:
See Bug #35396, comment "[25 Sep 2008 9:58] Sveta Smirnova"
[19 Mar 2012 16:25] Paul DuBois
Noted in 5.1.63 changelog.

If the system time was adjusted backward during query execution, the
apparent execution time could be negative. But in some cases these 
queries would be written to the slow query log, with the negative
execution time written as a large unsigned number. Now statements
with apparent negative execution time are not written to the slow
query log.