Issue #3398767 by mondrake, daffie, alexpott, c960657, anybody: Allow...
Issue #3398767 by mondrake, daffie, alexpott, c960657, anybody: Allow returning explicitly to the prior nesting level in transactions (aka allow explicit COMMIT in Transaction objects)
trigger_error('Transaction::commitOrRelease() was not processed because a prior execution of a DDL statement already committed the transaction.',E_USER_WARNING);
}
return;
}
// If there is no $id to commit, or if $id does not correspond to the one
// in the stack for that $name, the commit is out of order.