mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
failing fulltext_order_by.test fixed
myisam/sort.c: warning fixed sql/ha_myisam.h: not necessary
This commit is contained in:
parent
a96bb92f4a
commit
b0df20349d
4 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue