Stupid bug has been fixed

This commit is contained in:
unknown 2002-07-12 13:12:32 +05:00
parent 7e13b5fc68
commit d4e5d2dd36
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ int heap_rfirst(HP_INFO *info, byte *record, int inx)
HP_KEYDEF *keyinfo = share->keydef + inx;
DBUG_ENTER("heap_rfirst");
info->lastinx= inx;
if (keyinfo->algorithm == HA_KEY_ALG_BTREE)
{
byte *pos;

View File

@ -25,6 +25,7 @@ int heap_rlast(HP_INFO *info, byte *record, int inx)
HP_KEYDEF *keyinfo= share->keydef + inx;
DBUG_ENTER("heap_rlast");
info->lastinx= inx;
if (keyinfo->algorithm == HA_KEY_ALG_BTREE)
{
byte *pos;