Subject | Re: [Firebird-Architect] the insert into t select * from t infinite loop |
---|---|
Author | Vlad Horsun |
Post date | 2005-07-06T06:05:51Z |
> Verb backout... Ann wrote about undo list.AFAIU, undo log is always maintained by the engine.
> I hope this is not affected by isc_tpb_no_auto_undo.
isc_tpb_no_auto_undo tell how to perform ROLLBACK -
backout all job done with help of undo log and mark transaction
as commited in TIP or simple mark transaction as dead in TIP
and stuck OIT.
Regards,
Vlad