Jump to content

Příručka:PopulateLogSearch.php

From mediawiki.org
This page is a translated version of the page Manual:PopulateLogSearch.php and the translation is 100% complete.
Verze MediaWiki:
1.35

Podrobnosti

Soubor populateLogSearch.php je údržbový skript k provedení požadovaných aktualizací databáze pro naplnění tabulky log_search zpětně. This script migrates log params to the new table and index for searching.

This script runs by default when you run update.php . It processes 100 items in a batch. This script has been removed in Gerrit change 673672 (MediaWiki 1.36).

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/populateLogSearch.php


Terminal


Kdykoli se skript spustí, udělá si poznámku do databáze a znovu se nespustí. Pokud chcete skript spustit znovu, spusťte příkaz s volbou --force.

See also