From 043187edbff57c123d3dbad948eb152912b1926d Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 7 Aug 2010 05:10:02 +0000 Subject: [PATCH] Follow-up r70608: you don't need to override this stuff with empty functions, they're empty in the base class already --- includes/db/DatabaseMssql.php | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/includes/db/DatabaseMssql.php b/includes/db/DatabaseMssql.php index 58fcdfa350..d11f5a3003 100644 --- a/includes/db/DatabaseMssql.php +++ b/includes/db/DatabaseMssql.php @@ -1011,30 +1011,6 @@ class DatabaseMssql extends DatabaseBase { return array( $startOpts, '' , $tailOpts, '' ); } - public function setTimeout( $timeout ) { - // couldn't find any timeout functions - } - - function ping() { - wfDebug( "Function ping() not written for MSSQL Native yet" ); - return true; - } - - /** - * How lagged is this slave? - * - */ - public function getLag() { - # Not implemented for MSSQL - return false; - } - - /** - * FIXME: Add lag support - */ - function setFakeSlaveLag( $lag ) { } - function setFakeMaster( $enabled = false ) { } - /** * Get the type of the DBMS, as it appears in $wgDBtype. */ -- 2.20.1