summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-06-24 23:29:29 +0200
committerunknown <serg@serg.mylan>2004-06-24 23:29:29 +0200
commit530d46f4e3ca688301623eefbc01401c676dc79c (patch)
treec42e790de5da8526c447c4855ecfaa0ab91eb40d /sql/ha_myisam.h
parent9aaadae2c662c17b29c2f11614a6c78922269d4f (diff)
parentc30fd765eeee991f00ba847533199cd3e6ad62cc (diff)
downloadmariadb-git-530d46f4e3ca688301623eefbc01401c676dc79c.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index 9069b41364d..f4c45e6524b 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -81,7 +81,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_end() { ft_handler=NULL; return handler::index_end(); }
+ int index_end() { ft_handler=NULL; return 0; }
int ft_init()
{
if (!ft_handler)