Subject | Re: [firebird-support] Internal Transaction in Fb 2.5.4 Trace Log |
---|---|
Author | Jesus Garcia |
Post date | 2015-04-15T13:23:16Z |
If you execute transaction.commitretaining the transaction counter increases but no new transaction is created, then you don't see that number in the log.
Jesus Angel Garcia Zarco
Jesus Angel Garcia Zarco
Cointec
El 15/4/2015, a las 9:50, hannu.laurikainen@... [firebird-support] <firebird-support@yahoogroups.com> escribió:
I executed my application which uses a Fb database. Trace log was enabled. There was a strange internal transaction
2015-04-14T10:46:44.6010 (3684:00D0A9F4) START_TRANSACTION
C:\. . .\MYDATABASE.FDB (ATT_0, <unknown_user>, NONE, <internal>)
(TRA_595, READ_COMMITTED | REC_VERSION | WAIT | READ_ONLY)
It stayed active over 6 minutes until I stopped my application.
2015-04-14T10:52:55.0410 (3684:00D0A9F4) COMMIT_TRANSACTION
C:\. . .\MYDATABASE.FDB (ATT_0, <unknown_user>, NONE, <internal>)
(TRA_595, READ_COMMITTED | REC_VERSION | WAIT | READ_ONLY)
0 ms
There is no other information about TRA_595 in the whole log file. What is that transaction?
Thanks for the information!
Hannu