http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88851

Revision: 88851
Author:   yuvipanda
Date:     2011-05-25 22:32:58 +0000 (Wed, 25 May 2011)
Log Message:
-----------
Added profiling data to db call

Modified Paths:
--------------
    trunk/extensions/ShortUrl/populateShortUrlTable.php

Modified: trunk/extensions/ShortUrl/populateShortUrlTable.php
===================================================================
--- trunk/extensions/ShortUrl/populateShortUrlTable.php 2011-05-25 22:32:42 UTC 
(rev 88850)
+++ trunk/extensions/ShortUrl/populateShortUrlTable.php 2011-05-25 22:32:58 UTC 
(rev 88851)
@@ -28,7 +28,9 @@
                $dbr = wfGetDB( DB_SLAVE );
         $all_titles = $dbr->select(
                        "page",
-                       array( "page_namespace", "page_title" )
+            array( "page_namespace", "page_title" ),
+                       array(),
+                       __METHOD__
                );
                $insert_buffer = array();
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to