From c19b7faabc3a2f58f8bf8b9efae5327b632bdafc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 17 Apr 2006 05:20:38 +0000 Subject: [PATCH] Fix line endings; add line-ending marker property; add final newline. --- maintenance/archives/patch-querycacheinfo.sql | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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; -- 2.20.1