summaryrefslogtreecommitdiff
path: root/sql/handler.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/handler.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/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 6502ed8f3e9..092ea47ef4d 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -367,6 +367,7 @@ public:
virtual int read_range_next();
int compare_key(key_range *range);
virtual int ft_init() { return HA_ERR_WRONG_COMMAND; }
+ void ft_end() { ft_handler=NULL; }
virtual FT_INFO *ft_init_ext(uint flags,uint inx,const byte *key,
uint keylen)
{ return NULL; }