8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Totally misc.

This commit is contained in:
dimitr 2014-05-29 07:19:29 +00:00
parent e34a9b061c
commit 96c17523f3

View File

@ -1864,9 +1864,9 @@ int TRA_wait(thread_db* tdbb, jrd_tra* trans, TraNumber number, jrd_tra::wait_t
if (number > trans->tra_top)
return state;
// If the transaction disppeared into limbo, died, for constructively
// If the transaction disappeared into limbo, died, for constructively
// died, tweak the transaction state snapshot to reflect the new state.
// This is guarenteed safe.
// This is guaranteed safe.
const ULONG byte = TRANS_OFFSET(number - (trans->tra_oldest & ~TRA_MASK));
const USHORT shift = TRANS_SHIFT(number);
@ -3620,4 +3620,4 @@ void jrd_tra::eraseSecDbContext()
{
delete tra_sec_db_context;
tra_sec_db_context = NULL;
}
}