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'));
3
3
4
4
INSERT INTO /*_*/updatelog VALUES ('convert transcache field');
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r59932
Fixed updater borkage on SQLite from
r59925
and
r59926
, tweaked explanation f...
maxsem
17:42, 10 December 2009
Status & tagging log
05:48, 21 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59983
[
removed:
new
added:
ok]