https://bugzilla.wikimedia.org/show_bug.cgi?id=26529
--- Comment #4 from Reedy <[email protected]> 2011-01-16 20:55:09 UTC --- This is normal behaviour. The only thing sort of "preventing" us from us from running this, is the code not having been scapped live, allowing us to do somewhat more efficient SQL queries to do path searching, whereas before we're doing an SQL like which filesorts/temporary tables. Which isn't great. So this changes it so we save all path fragments, and can do an equals, rather than like and other crappy stuff So this goes through and repopulates the path list, to list all fragments as a separate row per path fragment for a revision commited -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
