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

Fixed bug CORE-3841 : Corrupted database after inserting rows.

It should also fix CORE-3839 : Values disappearing from index
This commit is contained in:
hvlad 2012-05-11 19:34:45 +00:00
parent 6cdb7c6c6a
commit eda40f7fb3

View File

@ -4571,6 +4571,7 @@ static UCHAR* find_area_start_point(btree_page* bucket, const temporary_key* key
if (node.length != 0 ||
node.prefix != prevJumpNode.prefix + prevJumpNode.length ||
node.prefix < jumpKey.key_length ||
jumpNode.prefix != prevJumpNode.prefix + prevJumpNode.length ||
node.isEndBucket || node.isEndLevel)
{