"Freakolowsky" posted a comment on MediaWiki.r102523. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102523#c27469
Commit summary for MediaWiki.r102523: * phpunit fixes & optimizations for oracle backend Freakolowsky's comment: About truncate ... For MySQL prior to to 5.1.16 it only required delete privilege, so for those version it shouldn't be an issue. After that version it requires drop permissions, but since phpunit is a development tool mostly, i don't see a reason why not to use it as developers probably grant their own right on their test env. There is also a way to do it automatic for <5.1.16 and with a cli parameter for greater versions... but in any case ... TRUNCATE .... gooooood .... _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
