summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorunknown <brian@brian-akers-computer.local>2004-05-18 09:54:36 -0700
committerunknown <brian@brian-akers-computer.local>2004-05-18 09:54:36 -0700
commite015ee3918e5d61cd5635c399383120b91e7098d (patch)
treee7b92177a24149a4ead6b02e6b5e43920f19c995 /sql/examples
parent93168d599dfd311f27e508338443a10ece38e16a (diff)
downloadmariadb-git-e015ee3918e5d61cd5635c399383120b91e7098d.tar.gz
Updating range_in_rows for the include file for ha_example (the main .cc file has already been updated).
sql/examples/ha_example.h: Updating ha_example.h for new records_in_range. ha_example.cc has already been updated.
Diffstat (limited to 'sql/examples')
-rw-r--r--sql/examples/ha_example.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/examples/ha_example.h b/sql/examples/ha_example.h
index ffc4f5b941c..2228f04284a 100644
--- a/sql/examples/ha_example.h
+++ b/sql/examples/ha_example.h
@@ -114,10 +114,8 @@ public:
int reset(void);
int external_lock(THD *thd, int lock_type);
int delete_all_rows(void);
- ha_rows records_in_range(int inx, const byte *start_key,uint start_key_len,
- enum ha_rkey_function start_search_flag,
- const byte *end_key,uint end_key_len,
- enum ha_rkey_function end_search_flag);
+ ha_rows records_in_range(uint inx, key_range *min_key,
+ key_range *max_key);
int delete_table(const char *from);
int rename_table(const char * from, const char * to);
int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info);