diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-03-07 13:57:52 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-03-07 13:57:52 +0200 |
commit | e95eb59e9977a93f2dccc6f1a21be08cd8e51f2b (patch) | |
tree | 8e32348440474ecc6dbf93fa85b3fe086d5eb8c6 /heap/hp_rnext.c | |
parent | c00ddbab5477d623ce00046e43fc0573052219e1 (diff) | |
download | mariadb-git-e95eb59e9977a93f2dccc6f1a21be08cd8e51f2b.tar.gz |
better fix for a bug fix from yesterday
Diffstat (limited to 'heap/hp_rnext.c')
-rw-r--r-- | heap/hp_rnext.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/heap/hp_rnext.c b/heap/hp_rnext.c index 7a6b6846169..af08a0e68a2 100644 --- a/heap/hp_rnext.c +++ b/heap/hp_rnext.c @@ -24,12 +24,6 @@ int heap_rnext(HP_INFO *info, byte *record) HP_SHARE *share=info->s; DBUG_ENTER("heap_rnext"); - if (!(info->s->records)) - { - my_errno=HA_ERR_END_OF_FILE; - DBUG_RETURN(my_errno); - } - if (info->lastinx < 0) DBUG_RETURN(my_errno=HA_ERR_WRONG_INDEX); |