MediaWiki REL1_39
TransactionRoundAwareUpdate.php
Go to the documentation of this file.
1<?php
2
13 public const TRX_ROUND_ABSENT = 1;
15 public const TRX_ROUND_PRESENT = 2;
16
21}
Deferrable update that specifies whether it must run outside of any explicit LBFactory transaction ro...