Go to the source code of this file.
Functions | |
convertLinks () | |
createTempTable () | |
performanceLog ($text) | |
getMicroTime () |
Definition in file convertLinks.inc.
convertLinks | ( | ) |
Definition at line 9 of file convertLinks.inc.
References $dbw, $numRows, $res, $row, $title, $wgDBadminuser, $wgDBname, $wgDBserver, $wgDBtype, $wgLang, createTempTable(), getMicroTime(), Database::newFromParams(), output(), performanceLog(), table, wfGetDB(), and wfOut().
Referenced by do_old_links_update().
createTempTable | ( | ) |
Definition at line 176 of file convertLinks.inc.
References $wgDBadminuser, $wgDBname, $wgDBserver, Database::newFromParams(), and wfOut().
Referenced by convertLinks().
getMicroTime | ( | ) |
performanceLog | ( | $ | text | ) |