put TYPE back in, now as it's back in 5.1 ;-)
[lhc/web/wiklou.git] / maintenance / archives / rebuildRecentchanges.inc
index f61d682..54f6cb3 100644 (file)
@@ -31,7 +31,7 @@ function rebuildRecentChangesTable()
   INDEX rc_timestamp (rc_timestamp),
   INDEX rc_namespace (rc_namespace),
   INDEX rc_title (rc_title)
-) ENGINE=MyISAM PACK_KEYS=1;";
+) TYPE=MyISAM PACK_KEYS=1;";
        wfQuery( $sql );
 
        print( "Loading from CUR table...\n" );