r13686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13685‎ | r13686 | r13687 >
Date:05:20, 17 April 2006
Author:brion
Status:old
Tags:
Comment:
Fix line endings; add line-ending marker property; add final newline.
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-querycacheinfo.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-querycacheinfo.sql
@@ -1,12 +1,12 @@
2 -CREATE TABLE /*$wgDBprefix*/querycache_info (
3 -
4 - -- Special page name
5 - -- Corresponds to a qc_type value
6 - qci_type varchar(32) NOT NULL default '',
7 -
8 - -- Timestamp of last update
9 - qci_timestamp char(14) NOT NULL default '19700101000000',
10 -
11 - UNIQUE KEY ( qci_type )
12 -
13 -) TYPE=InnoDB;
\ No newline at end of file
 2+CREATE TABLE /*$wgDBprefix*/querycache_info (
 3+
 4+ -- Special page name
 5+ -- Corresponds to a qc_type value
 6+ qci_type varchar(32) NOT NULL default '',
 7+
 8+ -- Timestamp of last update
 9+ qci_timestamp char(14) NOT NULL default '19700101000000',
 10+
 11+ UNIQUE KEY ( qci_type )
 12+
 13+) TYPE=InnoDB;
Property changes on: trunk/phase3/maintenance/archives/patch-querycacheinfo.sql
___________________________________________________________________
Added: svn:eol-style
1414 + native

Status & tagging log