From: Chad Horohoe Date: Fri, 7 Jan 2011 22:41:24 +0000 (+0000) Subject: Rm code that has been commented out for almost 6 years X-Git-Tag: 1.31.0-rc.0~32704 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=27ee520a963d96dd1561a6be43cb05ead7a377bd;p=lhc%2Fweb%2Fwiklou.git Rm code that has been commented out for almost 6 years --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 33f9795f2b..78b23586ef 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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;