rdbms: mark trxStatus() as @internal and cleanup the comments
Change-Id: I4cd682cf5df59b092e5985220d31cee3bb94d38a
This commit is contained in:
parent
38344d9a07
commit
aca6f1979c
1 changed files with 4 additions and 1 deletions
|
|
@ -546,8 +546,11 @@ abstract class Database implements IDatabase, IMaintainableDatabase, LoggerAware
|
|||
}
|
||||
|
||||
/**
|
||||
* @return int One of the STATUS_TRX_* class constants
|
||||
* Get the status of the current transaction
|
||||
*
|
||||
* @return int One of the TransactionManager::STATUS_TRX_* class constants
|
||||
* @since 1.31
|
||||
* @internal This method should not be used outside of Database/LoadBalancer
|
||||
*/
|
||||
public function trxStatus() {
|
||||
return $this->transactionManager->trxStatus();
|
||||
|
|
|
|||
Loading…
Reference in a new issue