1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

Index number argument

Fix in test results
This commit is contained in:
ram@gw.udmsearch.izhnet.ru
2002-04-29 13:53:29 +05:00
parent b8a12a8cec
commit 06ed215c37
6 changed files with 13 additions and 16 deletions

View File

@ -161,8 +161,8 @@ extern int heap_panic(enum ha_panic_function flag);
extern int heap_rsame(HP_INFO *info,byte *record,int inx);
extern int heap_rnext(HP_INFO *info,byte *record);
extern int heap_rprev(HP_INFO *info,byte *record);
extern int heap_rfirst(HP_INFO *info,byte *record);
extern int heap_rlast(HP_INFO *info,byte *record);
extern int heap_rfirst(HP_INFO *info,byte *record,int inx);
extern int heap_rlast(HP_INFO *info,byte *record,int inx);
extern void heap_clear(HP_INFO *info);
ha_rows hp_rb_records_in_range(HP_INFO *info, int inx, const byte *start_key,