put TYPE back in, now as it's back in 5.1 ;-)
[lhc/web/wiklou.git] / maintenance / archives / patch-profiling.sql
index 3e930fb..30d5322 100644 (file)
@@ -6,4 +6,4 @@ CREATE TABLE /*$wgDBprefix*/profiling (
        pf_time float not null default 0,
        pf_name varchar(255) not null default '',
        UNIQUE KEY pf_name (pf_name)
-) ENGINE=HEAP;
+) TYPE=HEAP;