Searched refs:obtainLock (Results 1 – 1 of 1) sorted by relevance
/plugin/database2/ |
H A D | database2.php | 965 if ( $rowid && !$readOnly && !$this->obtainLock( $this->table, $rowid ) ) 1386 if ( !$this->obtainLock( $this->table, $rowid, true, true ) ) 1436 if ( !$this->obtainLock( $this->table, null, true, true ) ) 4325 …protected function obtainLock( $table, $rowid = null, $inTransaction = false, $checkOnly = false, … function in Database2 4364 if ( !$this->obtainLock( $table, null, true, true, true ) ) 4500 if ( !$this->obtainLock( $table, $rowid, true, true, true ) )
|