Public Member Functions | |
execute () | |
sync ($srcTable, $dstTable) | |
Copy all rows from $srcTable to $dstTable. | |
copyExactMatch ($srcTable, $dstTable, $copyPos) | |
Public Attributes | |
$dbw | |
$batchSize = 1000 | |
$minTs = false |
Definition at line 11 of file upgradeLogging.php.
UpdateLogging::copyExactMatch | ( | $ | srcTable, | |
$ | dstTable, | |||
$ | copyPos | |||
) |
UpdateLogging::execute | ( | ) |
Definition at line 16 of file upgradeLogging.php.
References $sql, $wgDBTableOptions, is(), output(), sync(), times, and wfGetDB().
UpdateLogging::sync | ( | $ | srcTable, | |
$ | dstTable | |||
) |
Copy all rows from $srcTable to $dstTable.
Definition at line 103 of file upgradeLogging.php.
References $batch, $batchSize, $conds, $minTs, copyExactMatch(), printf(), wfTimestamp(), and wfWaitForSlaves().
Referenced by execute().
UpdateLogging::$batchSize = 1000 |
UpdateLogging::$dbw |
Definition at line 12 of file upgradeLogging.php.
UpdateLogging::$minTs = false |