https://bugzilla.wikimedia.org/show_bug.cgi?id=58502
--- Comment #7 from Siebrand Mazeland <[email protected]> --- We were using a config feature that was removed in MySQL 5.1, according to http://bugs.mysql.com/bug.php?id=17501. We had: DatabaseSettings.php:$wgDBTableOptions = "TYPE=InnoDB"; We have: DatabaseSettings.php:$wgDBTableOptions = "ENGINE=InnoDB"; This is no longer an issue for translatewiki.net, but Semantic MediaWiki should probably be updated so that other installations do not run into the same issue. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
