Standardised file description headers:
[lhc/web/wiklou.git] / maintenance / storage /
2010-08-13 Sam ReedRemove some unused variables
2010-08-09 Sam ReedChange require_once to actual path
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-07-25 Sam ReedMore unused variables, whitespace
2010-05-22 Sam ReedStylize maintenance folder..
2010-03-18 Tim StarlingFixed object type unserialization. Based on WMF working...
2010-03-18 Tim Starling* Quieter, more frequent slave waits
2010-03-05 Tim StarlingDon't allow trackBlobs.php to continue if there is...
2010-02-25 Tim StarlingFix for MySQL 4.0
2010-02-22 Tim StarlingIn fixBug20757.php:
2010-02-19 Tim StarlingResolve stubs which may be broken by running RCT. Added...
2010-02-18 Tim StarlingClassify rows with old_flags='object,utf-8' (there...
2010-02-12 Tim StarlingDon't format old_id ranges in scientific (%E) notation.
2010-02-11 Tim StarlingA script for doing full scans of the text table and...
2010-02-09 Tim StarlingBug fix: bt_page and bt_rev_id should be 0 for orphans...
2010-02-08 Tim StarlingFixed a bug which came up during testing, world-destruc...
2010-02-08 Tim StarlingFix script for bug 20757.
2009-12-17 Max SemenikFixup for r57989: removed artifacts of the previous...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-09-14 Brion VibberApply live hack from wmf-deployment r53208: allows...
2009-08-21 Chad HorohoeMove dumpRev and orphanStats to subclass Maintenance...
2009-08-15 Leons Petrazickisconfig/index.php:
2009-04-30 Tim StarlingAssorted minor live patches to command-line scripts.
2009-04-24 Tim StarlingInsert blob_orphans rows in batches.
2009-04-06 Chad Horohoe(bug 17948) Maintenance scripts now exit(0) or exit...
2009-03-09 Domas Mituzasfix 16-bit index pointers in MyISAM....
2009-02-03 Tim Starling* Support for the "blobs table" LB config parameter
2009-01-27 Tim StarlingFixed a bug where the last batch of orphans would be...
2009-01-03 Tim Starling* Fix some command-line propagation issues
2009-01-03 Tim StarlingAvoid division by zero
2009-01-03 Tim StarlingGracefully skip clusters that don't have the wiki in...
2009-01-03 Tim StarlingUpdated.
2008-12-30 Aaron Schulz(bug 16841) Fix typo (utf8 -> utf-8)
2008-12-19 Tim StarlingStats on the blob_orphans table, to make sure we're...
2008-11-03 Tim StarlingAssorted tweaks on further review and local testing:
2008-11-01 Tim StarlingTypo
2008-11-01 Tim Starling* Added $wgDebugLogPrefix, to allow users (or in this...
2008-10-29 Tim Starling* Added recompressTracked.php, the second part of the...
2008-10-25 Tim StarlingReverted r42528. Links with href="#" make firefox scrol...
2008-10-19 Tim StarlingRefactored and added orphan blob search
2008-10-19 Tim StarlingSome initial work on external storage recompression...
2008-10-17 Tim StarlingRevert revert r41578 of r41531 and fix compressOld...
2008-10-03 Brion VibberBacking r41531 out for now ("Concept for diff-based...
2008-10-02 Tim Starling* Concept for diff-based compression using the new...
2008-07-10 Daniel FriesenChange all uses of TYPE= in MySQL to ENGINE=
2008-06-01 Alexandre EmsenhuberFix options with an argument
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-01-24 Huji(bug 12738) Database query syntax error in maintenance...
2007-08-13 Brion Vibberdon't use unspecific paths in require_once()'s ......
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-03-21 Domas Mituzasuse MyISAM by default instead of InnoDB
2007-02-02 Brion Vibber* (bug 4268) Fixed data-loss bug in compressOld batch...
2007-01-24 Brion VibberFix up paths so you can call these scripts from base dir
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2007-01-12 Nick JenkinsDatabase update will work better if $dbw is initialized.
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-07-20 Ævar Arnfjörð Bjar... * Converted to Unix newlines
2006-04-24 Tim StarlingAdded experimental support for restoration
2006-04-24 Tim Starlingvarious improvements
2006-04-22 Tim Starlingbug
2006-04-22 Tim StarlingStorage integrity check
2006-04-16 Tim StarlingDon't lock page table rows
2006-04-08 Domas Mituzasput TYPE back in, now as it's back in 5.1 ;-)
2006-04-02 Brion VibberLive fixes: lots of scary magic runes; php 5 fixes...
2006-03-12 Domas Mituzasreplace TYPE= with ENGINE=, (supported since 4.0, TYPE...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-10 Tim StarlingSimple script to initialise external storage
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-10-22 Tim Starling--endid option, minor tweaks
2005-08-21 Domas MituzasExternalStoreDB support
2005-08-21 Domas Mituzasdo not specify default for auto-inc column
2005-08-20 Domas Mituzasdo not block-compress current versions
2005-08-14 Tim StarlingExternal storage handling
2005-08-14 Tim Starlingupdated for 1.5/1.6
2005-08-14 Tim Starlingremoved phpdoc cruft
2005-08-14 Tim Starlingmoved from maintenance to maintenance/storage
2005-08-14 Tim Starlingscripts for external storage
2005-08-14 Tim StarlingMoving compression scripts from maintenance to maintena...