mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Fixed CORE-1145.
This commit is contained in:
parent
66625457d4
commit
2f1dc82563
@ -552,7 +552,7 @@ IndexBlock* IDX_create_index_block(thread_db* tdbb, jrd_rel* relation, USHORT id
|
||||
index_block->idb_lock = lock;
|
||||
lock->lck_parent = dbb->dbb_lock;
|
||||
lock->lck_dbb = dbb;
|
||||
lock->lck_key.lck_long = index_block->idb_id;
|
||||
lock->lck_key.lck_long = (relation->rel_id << 16) | index_block->idb_id;
|
||||
lock->lck_length = sizeof(lock->lck_key.lck_long);
|
||||
lock->lck_type = LCK_expression;
|
||||
lock->lck_owner_handle = LCK_get_owner_handle(tdbb, lock->lck_type);
|
||||
|
Loading…
Reference in New Issue
Block a user