* Added $wgDebugLogPrefix, to allow users (or in this case, multiprocess command...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 1 Nov 2008 12:06:23 +0000 (12:06 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 1 Nov 2008 12:06:23 +0000 (12:06 +0000)
commit38707d9565de59fbec83f4303cb2256efbf61752
tree981f540aa0d139f0ecadc4de0c2b23fd0c6f1e09
parentc924b2c3a1e4d8a28a3bcc762244e7c2c340e68a
* Added $wgDebugLogPrefix, to allow users (or in this case, multiprocess command-line scripts) to set a debug log line prefix
* Improved blob_tracking.sql docs
* Allow testCompression.php to run until happy instead of a specified revision count
* Added docs for some debugging globals in DefaultSettings.php

In experimental script recompressTracked.php:
* Fixed crippling bugs, seems to work now. Needs more testing.
* Improved usage documentation
* Use DiffHistoryBlob by default if available
* Set a process-specific log prefix, added more debugging output
* Optimised commit() slightly by merging the locking read queries using IN()
* Fixed finishIncompleteMoves() so doPage() acts on only that page. Also run finishIncompleteMoves() for orphan lists.
includes/DefaultSettings.php
includes/GlobalFunctions.php
maintenance/storage/blob_tracking.sql
maintenance/storage/recompressTracked.php
maintenance/storage/testCompression.php