mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
failing fulltext_order_by.test fixed
This commit is contained in:
@ -563,7 +563,7 @@ class FT_SELECT: public QUICK_RANGE_SELECT {
|
||||
public:
|
||||
FT_SELECT(THD *thd, TABLE *table, uint key) :
|
||||
QUICK_RANGE_SELECT (thd, table, key, 1) { init(); }
|
||||
|
||||
~FT_SELECT() { file->ft_end(); }
|
||||
int init() { return error=file->ft_init(); }
|
||||
int get_next() { return error=file->ft_read(record); }
|
||||
int get_type() { return QS_TYPE_FULLTEXT; }
|
||||
|
Reference in New Issue
Block a user