MediaWiki
REL1_19
|
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
Private Member Functions | |
delete ($dbw) | |
insertData ($dbw) | |
truncate ($dbw) |
Definition at line 9 of file bench_delete_truncate.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Benchmarker.
Definition at line 11 of file bench_delete_truncate.php.
BenchmarkDeleteTruncate::delete | ( | $ | dbw | ) | [private] |
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 16 of file bench_delete_truncate.php.
References $test, echo, insertData(), truncate(), wfGetDB(), and wfTime().
BenchmarkDeleteTruncate::insertData | ( | $ | dbw | ) | [private] |
$dbw | DatabaseBase |
Definition at line 54 of file bench_delete_truncate.php.
Referenced by execute().
BenchmarkDeleteTruncate::truncate | ( | $ | dbw | ) | [private] |
$dbw | DatabaseBase |
Definition at line 75 of file bench_delete_truncate.php.
References $test.
Referenced by execute().