r59983 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59982‎ | r59983 | r59984 >
Date:23:30, 11 December 2009
Author:maxsem
Status:ok
Tags:
Comment:
Whee, a debugging piece of SQL had made it through in r59932
Modified paths:
  • /trunk/phase3/maintenance/sqlite/archives/patch-tc-timestamp.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/sqlite/archives/patch-tc-timestamp.sql
@@ -1,3 +1,3 @@
2 -UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(1260465428, 'unixepoch'));
 2+UPDATE /*_*/transcache SET tc_time = strftime('%Y%m%d%H%M%S', datetime(tc_time, 'unixepoch'));
33
44 INSERT INTO /*_*/updatelog VALUES ('convert transcache field');

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59932Fixed updater borkage on SQLite from r59925 and r59926, tweaked explanation f...maxsem17:42, 10 December 2009

Status & tagging log