Subject Re: [firebird-support] Re: Firebird Restarting part 2
Author Vlad Horsun
""Michael Vilhelmsen"" ...
> Just to be sure.
> I have asked this before, but just assure me....
>
> When starting a transaction (as first connected user) I have the
> oldest active transactions.
>
> If I never do anything again - the gab will grow.
>
> But when the transaction commits, the oldest active is not this one
> anymore.
>
> Thats Correct, rigth ?

Yes

> What if it is a rollback instead ?

The same

> Or a SavePiont (Using IBO) ?

Savepoints not ends transaction

> Or a crash of an application ?

The same.

Oldest Active Transaction number recalculated every time new transaction starts
and take into account only really active transactions. Another story with Oldest
Interesting Transaction number

Regards,
Vlad