add missing deprecation notices and added deprecation version to existing ones
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
index cdec384..7054c8b 100644 (file)
@@ -511,6 +511,7 @@ class DatabaseMysql extends DatabaseBase {
         * @return bool|int
         */
        function getLagFromProcesslist() {
+               wfDeprecated( __METHOD__, '1.19' );
                $res = $this->query( 'SHOW PROCESSLIST', __METHOD__ );
                if( !$res ) {
                        return false;