summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorunknown <serg@donna.mysql.com>2001-01-19 20:25:27 +0200
committerunknown <serg@donna.mysql.com>2001-01-19 20:25:27 +0200
commit2f499141f99069e3cc7cb4d5adcc0ad8015c778c (patch)
tree7dc1d88151c519c2693287939b937f05a7197bb0 /sql/ha_myisam.h
parent5e5cd0f87e3940367faf54d2bdd9ddffe8bdecde (diff)
downloadmariadb-git-2f499141f99069e3cc7cb4d5adcc0ad8015c778c.tar.gz
ha_myisam.cc magic removed
ha_myisam.h magic removed sql/ha_myisam.h: magic removed sql/ha_myisam.cc: magic removed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index c72b29ed3c7..6451e2b80ee 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -71,7 +71,7 @@ class ha_myisam: public handler
int index_first(byte * buf);
int index_last(byte * buf);
int index_next_same(byte *buf, const byte *key, uint keylen);
- int index_init(uint idx);
+ int index_end() { ft_handler=NULL; return 0; }
int ft_init()
{ if(!ft_handler) return 1; ft_reinit_search(ft_handler); return 0; }
void *ft_init_ext(uint inx,const byte *key, uint keylen, bool presort)