From: Brion Vibber Date: Mon, 17 Apr 2006 05:20:38 +0000 (+0000) Subject: Fix line endings; add line-ending marker property; add final newline. X-Git-Tag: 1.31.0-rc.0~57465 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=c19b7faabc3a2f58f8bf8b9efae5327b632bdafc;p=lhc%2Fweb%2Fwiklou.git Fix line endings; add line-ending marker property; add final newline. --- diff --git a/maintenance/archives/patch-querycacheinfo.sql b/maintenance/archives/patch-querycacheinfo.sql index eb5d7744e3..0e34b3a56b 100644 --- a/maintenance/archives/patch-querycacheinfo.sql +++ b/maintenance/archives/patch-querycacheinfo.sql @@ -1,12 +1,12 @@ -CREATE TABLE /*$wgDBprefix*/querycache_info ( - - -- Special page name - -- Corresponds to a qc_type value - qci_type varchar(32) NOT NULL default '', - - -- Timestamp of last update - qci_timestamp char(14) NOT NULL default '19700101000000', - - UNIQUE KEY ( qci_type ) - -) TYPE=InnoDB; \ No newline at end of file +CREATE TABLE /*$wgDBprefix*/querycache_info ( + + -- Special page name + -- Corresponds to a qc_type value + qci_type varchar(32) NOT NULL default '', + + -- Timestamp of last update + qci_timestamp char(14) NOT NULL default '19700101000000', + + UNIQUE KEY ( qci_type ) + +) TYPE=InnoDB;