Go to the source code of this file.
Variables | |
$database = wfGetDB( DB_MASTER ) | |
if(!$database instanceof DatabaseMysql) | $wgTitle = Title::newFromText( "Rebuild text index script" ) |
print Done | n |
This takes several hours, depending on the database size and server configuration.
This is only for MySQL (see bug 9905). Postgres is trigger-based and should never need rebuilding.
Definition in file rebuildtextindex.php.
$database = wfGetDB( DB_MASTER ) |
Definition at line 18 of file rebuildtextindex.php.
if (!$database instanceof DatabaseMysql) $wgTitle = Title::newFromText( "Rebuild text index script" ) |
Definition at line 24 of file rebuildtextindex.php.
Definition at line 30 of file rebuildtextindex.php.