There is a pass three now (may be a four in the future)...don't really like this duplication here
This commit is contained in:
parent
8d4aaa2121
commit
40e6f302c0
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ createTextIndex( $database );
|
|||
print "\n\n** Rebuilding recentchanges table:\n";
|
||||
rebuildRecentChangesTablePass1();
|
||||
rebuildRecentChangesTablePass2();
|
||||
rebuildRecentChangesTablePass3();
|
||||
|
||||
# Doesn't work anymore
|
||||
# rebuildLinkTables();
|
||||
|
|
|
|||
Loading…
Reference in a new issue