MediaWiki  1.23.15
UpdateLogging Class Reference

Maintenance script that upgrade for log_id/log_deleted fields in a replication-safe way. More...

Collaboration diagram for UpdateLogging:

Public Member Functions

 copyExactMatch ( $srcTable, $dstTable, $copyPos)
 
 execute ()
 
 sync ( $srcTable, $dstTable)
 Copy all rows from $srcTable to $dstTable. More...
 

Public Attributes

 $batchSize = 1000
 
DatabaseBase $dbw
 
 $minTs = false
 

Detailed Description

Maintenance script that upgrade for log_id/log_deleted fields in a replication-safe way.

Definition at line 32 of file upgradeLogging.php.

Member Function Documentation

◆ copyExactMatch()

UpdateLogging::copyExactMatch (   $srcTable,
  $dstTable,
  $copyPos 
)

Definition at line 177 of file upgradeLogging.php.

References $hash, array(), and as.

Referenced by sync().

◆ execute()

UpdateLogging::execute ( )

Definition at line 40 of file upgradeLogging.php.

References action, as, DB_MASTER, format, global, ID, is(), key, list, of, only, output(), page, such, sync(), text, type, user, wfGetDB(), and will.

◆ sync()

UpdateLogging::sync (   $srcTable,
  $dstTable 
)

Copy all rows from $srcTable to $dstTable.

Definition at line 127 of file upgradeLogging.php.

References $batch, $batchSize, $minTs, array(), as, copyExactMatch(), TS_UNIX, wfTimestamp(), and wfWaitForSlaves().

Referenced by execute().

Member Data Documentation

◆ $batchSize

UpdateLogging::$batchSize = 1000

Definition at line 37 of file upgradeLogging.php.

Referenced by sync().

◆ $dbw

DatabaseBase UpdateLogging::$dbw

Definition at line 36 of file upgradeLogging.php.

◆ $minTs

UpdateLogging::$minTs = false

Definition at line 38 of file upgradeLogging.php.

Referenced by sync().


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