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: | |
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
[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.