Manual:PopulateLogSearch.php/ko
Appearance
이 기능은 버전 미디어위키 1.36에서 완전히 제거되었습니다. |
| 미디어위키 버전: | ≤ 1.35 |
| 미디어위키 파일: populateLogSearch.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | 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.
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.