https://bugzilla.wikimedia.org/show_bug.cgi?id=37921
--- Comment #1 from Aaron Schulz <[email protected]> 2012-06-25 00:42:06 UTC --- I think sqlite sees the page_time index on the logging table and barfs... Many of our indexes due no have prefixes, as MySQL doesn't have this problem (INDEX name uniqueness is sensibly done per-table rather than per-db). Why are you installing FlaggedRevs with sqlite? I suppose you could prefix the indexes with "fr_", though if code eventually has a FORCE statement it may explode... I'm not sure if this is worth renaming the INDEXes over (unless it's done in a huge batch with all the core tables too). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
