|
MediaWiki
REL1_19
|
Public Member Functions | |
| copyExactMatch ($srcTable, $dstTable, $copyPos) | |
| execute () | |
| sync ($srcTable, $dstTable) | |
| Copy all rows from $srcTable to $dstTable. | |
Public Attributes | |
| $batchSize = 1000 | |
| $dbw | |
| $minTs = false | |
Definition at line 26 of file upgradeLogging.php.
| UpdateLogging::copyExactMatch | ( | $ | srcTable, |
| $ | dstTable, | ||
| $ | copyPos | ||
| ) |
Definition at line 172 of file upgradeLogging.php.
Referenced by sync().

Definition at line 35 of file upgradeLogging.php.
References $wgDBTableOptions, echo, sync(), and wfGetDB().

| UpdateLogging::sync | ( | $ | srcTable, |
| $ | dstTable | ||
| ) |
Copy all rows from $srcTable to $dstTable.
Definition at line 122 of file upgradeLogging.php.
References $batchSize, $minTs, copyExactMatch(), echo, wfTimestamp(), and wfWaitForSlaves().
Referenced by execute().


| UpdateLogging::$batchSize = 1000 |
Definition at line 32 of file upgradeLogging.php.
Referenced by sync().
| UpdateLogging::$dbw |
Definition at line 31 of file upgradeLogging.php.
| UpdateLogging::$minTs = false |
Definition at line 33 of file upgradeLogging.php.
Referenced by sync().