mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
fixes for ft-boolean and range optimizer
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
TABLE_REF *ref;
|
||||
|
||||
FT_SELECT(TABLE *table, TABLE_REF *tref) :
|
||||
QUICK_SELECT (table,tref->key,1), ref(tref) {}
|
||||
QUICK_SELECT (table,tref->key,1), ref(tref) { init(); }
|
||||
|
||||
int init() { return error=file->ft_init(); }
|
||||
int get_next() { return error=file->ft_read(record); }
|
||||
|
Reference in New Issue
Block a user