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