Manual:RefreshExternallinksIndex.php/pl
Appearance
| Wersja MediaWiki: | ≥ 1.33 |
| Plik MediaWiki: refreshExternallinksIndex.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| Klasy: | RefreshExternallinksIndex |
Details
refreshExternallinksIndex.php is a maintenance script that refreshes the externallinks table el_index and el_index_60 fields based on the el_to field.
This script runs by default when you run update.php. It processes 10,000 items in every batch.
Options
This script does not take any options.
Usage
php maintenance/run.php refreshExternallinksIndex
Terminal
$ php maintenance/run.php refreshExternallinksIndex Updating externallinks table index fields el_id 0 - 44 of 44 Done, 13 rows updated, 1 deleted.
W wersji MediaWiki MediaWiki 1.39 i we wcześniejszych musisz wywoływać skrypty konserwacyjne poprzez
php maintenance/nazwaSkryptu.php zamiast php maintenance/run.php nazwaSkryptu.