In Database.php:
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 06:52:44 +0000 (06:52 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 06:52:44 +0000 (06:52 +0000)
commit349dcaf7e84e75046d7d0ef6e1455abd906ae31a
treeda188da560e9db964752cb9839e99cb037915cf1
parentf66a1c1bb99c09c175135065c98869b8a6adef41
In Database.php:
* Improved function documentation and doxygen output. Wrote extensive documentation for DatabaseBase::select().
* Broke some long lines.
* Made doQuery(), makeSelectOptions(), makeInsertOptions(), makeUpdateOptions() and resultObject() protected instead of public. Fixed a caller of doQuery(), the only one I could find in core and extensions.
* In Database::query(), removed some commented-out code, and made the comment style consistent within the function.
includes/db/Database.php
maintenance/benchmarks/bench_delete_truncate.php