r69194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69193‎ | r69194 | r69195 >
Date:18:35, 8 July 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r69186, need to specify column name here
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-mime_minor_length.sql (modified) (history)
  • /trunk/phase3/maintenance/archives/patch-tc-timestamp.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-mime_minor_length.sql
@@ -7,4 +7,4 @@
88 ALTER TABLE /*_*/oldimage
99 MODIFY COLUMN oi_minor_mime varbinary(100) NOT NULL default "unknown";
1010
11 -INSERT INTO /*_*/updatelog VALUES ('mime_minor_length');
\ No newline at end of file
 11+INSERT INTO /*_*/updatelog(ul_key) VALUES ('mime_minor_length');
Index: trunk/phase3/maintenance/archives/patch-tc-timestamp.sql
@@ -1,4 +1,4 @@
22 ALTER TABLE /*_*/transcache MODIFY tc_time binary(14);
33 UPDATE /*_*/transcache SET tc_time = DATE_FORMAT(FROM_UNIXTIME(tc_time), "%Y%c%d%H%i%s");
44
5 -INSERT INTO /*_*/updatelog VALUES ('convert transcache field');
 5+INSERT INTO /*_*/updatelog(ul_key) VALUES ('convert transcache field');

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69186Add optional ul_value blob to updatelog so it can store more useful thingsdemon13:58, 8 July 2010

Status & tagging log