Home | History | Annotate | Download | only in sql

Lines Matching full:transaction

114   // transaction, which means there may be less time spent initializing the
115 // next transaction because it doesn't have to re-aquire locks.
198 // database, as it openes a transaction on the meta table to force the
222 // - the connection has a transaction open.
272 // Transaction management. We maintain a virtual transaction stack to emulate
274 // limitation is you can't roll back a sub transaction: if any transaction
279 // Normally you should use sql::Transaction to manage a transaction, which
289 // Returns the current transaction nesting, which will be 0 if there are
300 // Note that calling attach or detach with an open transaction is an
515 // Executes a rollback statement, ignoring all transaction state. Used
516 // internally in the transaction management code.
579 // When we get to the outermost transaction, this will determine if we do