Manual:populateLogSearch.php
Appearance
この機能は、バージョン MediaWiki 1.36 で完全に除去されました。 |
| MediaWiki バージョン: | ≦ 1.35 |
| MediaWiki ファイル: populateLogSearch.php | |
|---|---|
| 場所: | maintenance/ |
| ソース コード: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| クラス: | PopulateLogSearch |
詳細
populateLogSearch.php file is a maintenance script to make the required database updates for populating the log_search table retroactively.
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
$ php maintenance/populateLogSearch.php ...doing log_id from 1 to 100 Done populating log_search table.
スクリプトが実行されるたびに、データベース内にメモが作成され、二度と実行されないようになります。 このスクリプトをもう一度実行したい場合は、コマンドに --force オプションを付けて実行してください。