aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/blob_tracking.sql
Commit message (Collapse)AuthorAgeFilesLines
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
| | | | | | | The double empty newline is not needed between functions, variable or at end of file Change-Id: Ib866a95084c4601ac150a2b402cfa184ebc18afa
* * Added $wgDebugLogPrefix, to allow users (or in this case, multiprocess ↵Tim Starling2008-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | 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. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/42992
* * Added recompressTracked.php, the second part of the recompression project. ↵Tim Starling2008-10-291-5/+8
| | | | | | | | | | | Uses the sorted list of blobs compiled by trackBlobs.php to recompress the entire contents of a set of external storage clusters to a new set of clusters, and updates the text table accordingly. * Tweaked blob_tracking indexes now that I know what I'm doing with them * Standardised isHappy() on no arguments. Use an uncompressed size limit instead of the weird things I did originally. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/42767
* Reverted r42528. Links with href="#" make firefox scroll to the top of the ↵Tim Starling2008-10-251-1/+7
| | | | | | | page, regardless of onclick handler. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/42531
* Refactored and added orphan blob searchTim Starling2008-10-191-0/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/42218
* Some initial work on external storage recompression. Committing now in case ↵Tim Starling2008-10-191-0/+36
I accidentally destroy it in a fit of refactoring. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/42215