MediaWiki  REL1_19
UpdateLogging Class Reference

List of all members.

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

Detailed Description

Definition at line 26 of file upgradeLogging.php.


Member Function Documentation

UpdateLogging::copyExactMatch ( srcTable,
dstTable,
copyPos 
)

Definition at line 172 of file upgradeLogging.php.

Referenced by sync().

Here is the caller graph for this function:

Definition at line 35 of file upgradeLogging.php.

References $wgDBTableOptions, echo, sync(), and wfGetDB().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

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().


The documentation for this class was generated from the following file: