You are here

private static property Transaction::$AllowCommit in Transaction 5

Same name and namespace in other branches
  1. 6 transaction.module \Transaction::AllowCommit

Will the commit be allowed?

File

./transaction.module, line 19
Provides a database transaction system for use with InnoDB tables in MySQL.

Class

Transaction
Provides a nestable transaction system for handling commits and rollbacks.

Code

private static $AllowCommit = TRUE;