User "Freakolowsky" posted a comment on MediaWiki.r88755. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88755#c17182 Commit summary:
Fixup phpunit tests so we don't drop/create tables on EVERY SINGLE TEST. Now just create them on the first test that needsDB() and skip creation on the rest. Leaves you with a bunch of useless tables at the end of a run, but oh well at least its faster :) Comment: generally speaking interwiki table should be left alone but from an Oracle point-of-view ... #justsaying for later use ... will fix tomorrow as i have some other things to poke around the code. * FILL_WIKI_INFO in Oracle should be called only when changing the DB structure (it fills a catalog table for faster field info access). * Every record with ???_id = 0 should remain in DB as they maintain FK validity _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
