summaryrefslogtreecommitdiff
path: root/include/myisammrg.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-11-25 22:18:44 +0100
committerunknown <serg@serg.mysql.com>2002-11-25 22:18:44 +0100
commit4ea2f42e33e1846335c1321fcd4d438d075c8e06 (patch)
tree02a55f44bad9f485e0d76216a95e10c2aafa692c /include/myisammrg.h
parent1049175831a4aa145f64e912388cc6079d7f5789 (diff)
downloadmariadb-git-4ea2f42e33e1846335c1321fcd4d438d075c8e06.tar.gz
myisammrg::index_next_same
myisammrg/Makefile.am: myrg_rnext_same.c added
Diffstat (limited to 'include/myisammrg.h')
-rw-r--r--include/myisammrg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisammrg.h b/include/myisammrg.h
index c3b3b39424b..16d3528717b 100644
--- a/include/myisammrg.h
+++ b/include/myisammrg.h
@@ -84,6 +84,7 @@ extern int myrg_rfirst(MYRG_INFO *file,byte *buf,int inx);
extern int myrg_rlast(MYRG_INFO *file,byte *buf,int inx);
extern int myrg_rnext(MYRG_INFO *file,byte *buf,int inx);
extern int myrg_rprev(MYRG_INFO *file,byte *buf,int inx);
+extern int myrg_rnext_same(MYRG_INFO *file,byte *buf);
extern int myrg_rkey(MYRG_INFO *file,byte *buf,int inx,const byte *key,
uint key_len, enum ha_rkey_function search_flag);
extern int myrg_rrnd(MYRG_INFO *file,byte *buf,ulonglong pos);