From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- maintenance/archives/patch-querycacheinfo.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 maintenance/archives/patch-querycacheinfo.sql (limited to 'maintenance/archives/patch-querycacheinfo.sql') diff --git a/maintenance/archives/patch-querycacheinfo.sql b/maintenance/archives/patch-querycacheinfo.sql new file mode 100644 index 00000000..0e34b3a5 --- /dev/null +++ b/maintenance/archives/patch-querycacheinfo.sql @@ -0,0 +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; -- cgit v1.2.3-54-g00ecf