Manual:InitEditCount.php/pl

This page is a translated version of the page Manual:InitEditCount.php and the translation is 8% complete.
Wersja MediaWiki:
1.8

initEditCount.php file is a maintenance script to init the user_editcount database field based on the number of rows in the revision table.

Options

Option Description Required
--quick Force the update to be done in a single query Optional
--background Force replication-friendly mode Optional

Background mode will be automatically used if multiple servers are listed in the load balancer, usually indicating a replication environment. This avoids locking tables or lagging replica databases with large updates.

Usage

php maintenance/initEditCount.php [ --quick| --background ]
Terminal

Zobacz też