In Database::getLag(): Add some more I/O thread states.
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
index eef2033..9521a1a 100644 (file)
@@ -899,6 +899,13 @@ class DatabaseMssql extends DatabaseBase {
                return "[http://www.microsoft.com/sql/default.mspx Microsoft SQL Server 2005 Home]";
        }
 
+       /**
+        * @return String: Database type for use in messages
+       */
+       function getDBtypeForMsg() {
+               return 'Microsoft SQL Server';
+       }
+
        /**
         * @return string Version information from the database
         */
@@ -972,16 +979,6 @@ class DatabaseMssql extends DatabaseBase {
                }
        }
        
-       /** 
-        * No-op lock functions
-        */
-       public function lock( $lockName, $method ) {
-               return true;
-       }
-       public function unlock( $lockName, $method ) {
-               return true;
-       }
-       
        public function getSearchEngine() {
                return "SearchEngineDummy";
        }