Rm code that has been commented out for almost 6 years
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 22:41:24 +0000 (22:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 7 Jan 2011 22:41:24 +0000 (22:41 +0000)
includes/db/Database.php

index 33f9795..78b2358 100644 (file)
@@ -508,13 +508,6 @@ abstract class DatabaseBase implements DatabaseType {
                        }
                }
 
-               /*
-               // Faster read-only access
-               if ( wfReadOnly() ) {
-                       $this->mFlags |= DBO_PERSISTENT;
-                       $this->mFlags &= ~DBO_TRX;
-               }*/
-
                /** Get the default table prefix*/
                if ( $tablePrefix == 'get from global' ) {
                        $this->mTablePrefix = $wgDBprefix;