From 27ee520a963d96dd1561a6be43cb05ead7a377bd Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 7 Jan 2011 22:41:24 +0000 Subject: [PATCH] Rm code that has been commented out for almost 6 years --- includes/db/Database.php | 7 ------- 1 file changed, 7 deletions(-) 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; -- 2.20.1