2002-09-21 12:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-09-21 12:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed, related to seeking while set deleted on is set
|
||||
|
||||
2002-09-20 23:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed, related to softseek
|
||||
|
||||
@@ -706,6 +706,11 @@ static int hb_ntxTagFindCurrentKey( LPTAGINFO pTag, LPPAGEINFO pPage, LPKEYINFO
|
||||
}
|
||||
else if( k <= 0 && pPage->CurKey < pPage->uiKeys )
|
||||
pTag->stackLevel = 0;
|
||||
if( k <= 0 && pPage->CurKey < pPage->uiKeys && pTag->CurKeyInfo->Tag == 0 )
|
||||
{
|
||||
pTag->CurKeyInfo->Xtra = p->rec_no;
|
||||
pTag->CurKeyInfo->Tag = pPage->Page;
|
||||
}
|
||||
}
|
||||
if( k > 0 && ++pPage->CurKey <= pPage->uiKeys )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user