summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-hitcounter.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-hitcounter.sql')
-rw-r--r--maintenance/archives/patch-hitcounter.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-hitcounter.sql b/maintenance/archives/patch-hitcounter.sql
index 260f717f..50e56e0c 100644
--- a/maintenance/archives/patch-hitcounter.sql
+++ b/maintenance/archives/patch-hitcounter.sql
@@ -6,4 +6,4 @@
CREATE TABLE /*$wgDBprefix*/hitcounter (
hc_id INTEGER UNSIGNED NOT NULL
-) TYPE=HEAP MAX_ROWS=25000;
+) ENGINE=HEAP MAX_ROWS=25000;