Closed
Bug 666817
Opened 14 years ago
Closed 14 years ago
clobberer not clobberering anymore?
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dustin, Assigned: dustin)
Details
mysql> select from_unixtime(max(lastclobber)) from clobber_times;
+---------------------------------+
| from_unixtime(max(lastclobber)) |
+---------------------------------+
| 2011-06-22 08:20:09 |
+---------------------------------+
1 row in set (0.00 sec)
That was about when I took the sqlite version down and replaced it with the mysql version.
| Assignee | ||
Comment 1•14 years ago
|
||
Oh, those are times that people *entered* a clobber. I just entered a new one, and:
mysql> select from_unixtime(max(lastclobber)) from clobber_times;
+---------------------------------+
| from_unixtime(max(lastclobber)) |
+---------------------------------+
| 2011-06-23 17:52:18 |
+---------------------------------+
1 row in set (0.00 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•