Added proper pf_server definition to table, enabled to turn on/off per-app-server...
[lhc/web/wiklou.git] / maintenance / archives / patch-searchindex.sql
index 0e7f395..fb54dbb 100644 (file)
@@ -19,7 +19,7 @@ CREATE TABLE /*$wgDBprefix*/searchindex (
   
   UNIQUE KEY (si_page)
 
-) ENGINE=MyISAM;
+) TYPE=MyISAM;
 
 -- Copying data into new table...
 INSERT INTO /*$wgDBprefix*/searchindex