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 c87c9592..2d698f68 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
-) ENGINE=HEAP MAX_ROWS=25000;
+) ENGINE=MEMORY MAX_ROWS=25000;