r79849 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79848‎ | r79849 | r79850 >
Date:22:41, 7 January 2011
Author:demon
Status:ok
Tags:
Comment:
Rm code that has been commented out for almost 6 years
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -508,13 +508,6 @@
509509 }
510510 }
511511
512 - /*
513 - // Faster read-only access
514 - if ( wfReadOnly() ) {
515 - $this->mFlags |= DBO_PERSISTENT;
516 - $this->mFlags &= ~DBO_TRX;
517 - }*/
518 -
519512 /** Get the default table prefix*/
520513 if ( $tablePrefix == 'get from global' ) {
521514 $this->mTablePrefix = $wgDBprefix;

Status & tagging log