put TYPE back in, now as it's back in 5.1 ;-)
[lhc/web/wiklou.git] / maintenance / archives / upgradeWatchlist.php
index 67e328f..b4605a5 100644 (file)
@@ -30,7 +30,7 @@ $sql = "CREATE TABLE watchlist (
   wl_user int(5) unsigned NOT NULL,
   wl_page int(8) unsigned NOT NULL,
   UNIQUE KEY (wl_user, wl_page)
-) ENGINE=MyISAM PACK_KEYS=1";
+) TYPE=MyISAM PACK_KEYS=1";
 wfQuery( $sql, DB_MASTER );
 
 $lc = new LinkCache;