Subject Re: [firebird-support] Help
Author Ann W. Harrison
Ivan Prenosil wrote:
>
> MGA ensures that each _transaction_ is atomic (all-or-nothing).
> Undo-log ensures that each _command_ is atomic.

Not entirely. There are actually a tree of undo logs - each command,
procedure, trigger, etc. has an undo log and the main work of the
transaction has an undo log.
>
Regards,


Ann