MediaWiki master
CriticalSessionInfo.php
Go to the documentation of this file.
1<?php
20namespace Wikimedia\Rdbms;
21
28 public $trxId;
38 public $tempTables;
39
48 public function __construct(
50 bool $trxExplicit,
51 array $trxWriteCallers,
53 array $namedLocks,
54 array $tempTables
55 ) {
56 $this->trxId = $trxId;
61 $this->tempTables = $tempTables;
62 }
63}
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.