Don't run hour-long, unlimited row-count DB queries with set_time_limit(0) in respons...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Sep 2008 15:00:53 +0000 (15:00 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Sep 2008 15:00:53 +0000 (15:00 +0000)
commit9b8782aaa8d8a8d20e95217c16d50a13178de724
tree959676b88e137cc251fbec83b3084a20fed40fdd
parent3345860554d691d4a708ee792cb43e8d42fb1792
Don't run hour-long, unlimited row-count DB queries with set_time_limit(0) in response to unauthenticated web requests on the  Run them on the slave instead. Maybe we can crash the whole cluster instead of just a master or two.

Don't use DB_LAST, ever again.
RELEASE-NOTES
includes/GlobalFunctions.php
includes/db/Database.php
includes/db/LoadBalancer.php
includes/specials/SpecialExport.php