MediaWiki master
CriticalSessionInfo.php
Go to the documentation of this file.
1<?php
6namespace Wikimedia\Rdbms;
7
14 public $trxId;
24 public $tempTables;
25
34 public function __construct(
36 bool $trxExplicit,
37 array $trxWriteCallers,
39 array $namedLocks,
40 array $tempTables
41 ) {
42 $this->trxId = $trxId;
47 $this->tempTables = $tempTables;
48 }
49}
array< string, array< string, $tempTables;public function __construct(?TransactionIdentifier $trxId, bool $trxExplicit, array $trxWriteCallers, array $trxPreCommitCbCallers, array $namedLocks, array $tempTables) { $this->trxId=$trxId;$this-> trxExplicit
TempTableInfo>>
Class used for token representing identifiers for atomic transactions from IDatabase instances.