diff options
author | serg@donna.mysql.com <> | 2001-01-19 20:25:27 +0200 |
---|---|---|
committer | serg@donna.mysql.com <> | 2001-01-19 20:25:27 +0200 |
commit | f433ec1247c521bd5784a45655e41ddbfa483cce (patch) | |
tree | 7dc1d88151c519c2693287939b937f05a7197bb0 /sql/ha_myisam.h | |
parent | ff4839a914ee3c348e570f8b67a3baa625c3970f (diff) | |
download | mariadb-git-f433ec1247c521bd5784a45655e41ddbfa483cce.tar.gz |
ha_myisam.cc magic removed
ha_myisam.h magic removed
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 2 |
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) |