From f433ec1247c521bd5784a45655e41ddbfa483cce Mon Sep 17 00:00:00 2001 From: "serg@donna.mysql.com" <> Date: Fri, 19 Jan 2001 20:25:27 +0200 Subject: ha_myisam.cc magic removed ha_myisam.h magic removed --- sql/ha_myisam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/ha_myisam.h') 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) -- cgit v1.2.1