summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-11-16 22:58:02 +0200
committerunknown <bell@sanja.is.com.ua>2004-11-16 22:58:02 +0200
commitb28b0e6999235c640fd078d49c2797a37e3364f4 (patch)
treecd665433429045da9853d6f0ecfab97ed15fe6f8 /sql/ha_myisam.h
parent5d842c4e5d132369c9ce76eaac7835c58cc7759c (diff)
downloadmariadb-git-b28b0e6999235c640fd078d49c2797a37e3364f4.tar.gz
backport Serg's fix of FT interface (BUG#6523)
mysql-test/r/subselect.result: subqueries with full text search mysql-test/t/subselect.test: subqueries with full text search sql/ha_myisam.h: backport Serg's fix of FT interface sql/handler.h: backport Serg's fix of FT interface sql/opt_range.h: backport Serg's fix of FT interface sql/sql_select.cc: comment for previous patch
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)