8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
This commit is contained in:
robocop 2005-01-25 06:23:58 +00:00
parent f77582ec49
commit 8976d9859f

View File

@ -1486,7 +1486,7 @@ jrd_tra* TRA_start(thread_db* tdbb, int tpb_length, const SCHAR* tpb)
}
/* To handle the problems of relation locks, allocate a temporary
transaction block first, sieze relation locks, the go ahead and
transaction block first, seize relation locks, the go ahead and
make up the real transaction block. */
Jrd::ContextPoolHolder context(tdbb, JrdMemoryPool::createPool());