https://bugzilla.wikimedia.org/show_bug.cgi?id=44570
--- Comment #29 from Sam Reed (reedy) <[email protected]> --- Tim suggested that it didn't seem to be working.. mysql:wikiadmin@pc1001 [parsercache]> SELECT exptime FROM pc001 ORDER BY exptime ASC limit 1; +---------------------+ | exptime | +---------------------+ | 2013-03-01 03:35:55 | +---------------------+ 1 row in set (0.02 sec) mysql:wikiadmin@pc1001 [parsercache]> SELECT exptime FROM pc001 ORDER BY exptime DESC limit 1; +---------------------+ | exptime | +---------------------+ | 2014-03-01 08:30:07 | +---------------------+ 1 row in set (0.03 sec) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
