X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=maintenance%2FrunBatchedQuery.php;h=6322d31de33bcd9bf8518acf9dee1fb8f8a4f2de;hb=29719f846b8887e1190ddf85125387c079f9539b;hp=83e0cab856cf307b60f719d0754c78130e51d753;hpb=176119237607de5ed6659296b08209270b26b84a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runBatchedQuery.php b/maintenance/runBatchedQuery.php index 83e0cab856..6322d31de3 100644 --- a/maintenance/runBatchedQuery.php +++ b/maintenance/runBatchedQuery.php @@ -19,11 +19,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +/** + * Maintenance script to run a database query in batches and wait for slaves. + * + * @ingroup Maintenance + */ class BatchedQueryRunner extends Maintenance { public function __construct() { parent::__construct();