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