diff options
author | unknown <serg@serg.mylan> | 2004-07-15 17:30:55 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-15 17:30:55 +0200 |
commit | b0df20349d5e6ed2fc1527c3bd1db66a7d4ff311 (patch) | |
tree | 0fbd3bbc24085234be0e97367c2fdf47c6a7b32a /sql/ha_myisam.h | |
parent | a96bb92f4a6542409e801c1410d58fa36eb55cad (diff) | |
download | mariadb-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.h | 1 |
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) |