Go to the source code of this file.
Variables | |
$optionsWithArgs = array('old','new','help') | |
$count = 0 | |
$dbw = wfGetDB( DB_MASTER ) | |
$res = $dbw->query( "SHOW TABLES LIKE '".$dbw->escapeLike($old)."%'" ) | |
foreach($res as $row) print Done[$count tables] | n |
The wiki will have to get downtime to do this correctly.
Definition in file renameDbPrefix.php.
$count = 0 |
Definition at line 50 of file renameDbPrefix.php.
$dbw = wfGetDB( DB_MASTER ) |
Definition at line 52 of file renameDbPrefix.php.
$optionsWithArgs = array('old','new','help') |
Definition at line 9 of file renameDbPrefix.php.
$res = $dbw->query( "SHOW TABLES LIKE '".$dbw->escapeLike($old)."%'" ) |
Definition at line 53 of file renameDbPrefix.php.
Definition at line 54 of file renameDbPrefix.php.