summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-07-15 17:30:55 +0200
committerunknown <serg@serg.mylan>2004-07-15 17:30:55 +0200
commitb0df20349d5e6ed2fc1527c3bd1db66a7d4ff311 (patch)
tree0fbd3bbc24085234be0e97367c2fdf47c6a7b32a /sql/ha_myisam.h
parenta96bb92f4a6542409e801c1410d58fa36eb55cad (diff)
downloadmariadb-git-b0df20349d5e6ed2fc1527c3bd1db66a7d4ff311.tar.gz
failing fulltext_order_by.test fixed
myisam/sort.c: warning fixed sql/ha_myisam.h: not necessary
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index 6fde84d6f6f..972d6b18e19 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -81,7 +81,6 @@ 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_end() { ft_handler=NULL; return 0; }
int ft_init()
{
if (!ft_handler)