summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-07-15 17:30:55 +0200
committerserg@serg.mylan <>2004-07-15 17:30:55 +0200
commit2fd11169ab10b8d752afbcc2dd58a15cf4de9c45 (patch)
tree0fbd3bbc24085234be0e97367c2fdf47c6a7b32a /sql/ha_myisam.h
parentb97ef911c5b014c89c90775a75a780bed9b7f8ad (diff)
downloadmariadb-git-2fd11169ab10b8d752afbcc2dd58a15cf4de9c45.tar.gz
failing fulltext_order_by.test fixed
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)