summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-objectcache.sql
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
commitcecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch)
tree17266aa237742640aabee7856f0202317a45d540 /maintenance/archives/patch-objectcache.sql
parent0bac06c301f2a83edb0236e4c2434da16848d549 (diff)
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert kleine Korrekturen am Design
Diffstat (limited to 'maintenance/archives/patch-objectcache.sql')
-rw-r--r--maintenance/archives/patch-objectcache.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-objectcache.sql b/maintenance/archives/patch-objectcache.sql
index 18572aa0..a439dd03 100644
--- a/maintenance/archives/patch-objectcache.sql
+++ b/maintenance/archives/patch-objectcache.sql
@@ -6,4 +6,4 @@ CREATE TABLE /*$wgDBprefix*/objectcache (
unique key (keyname),
key (exptime)
-) TYPE=InnoDB;
+) /*$wgDBTableOptions*/;