Stupid bug has been fixed
This commit is contained in:
parent
7e13b5fc68
commit
d4e5d2dd36
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user