mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
fixes for ft-boolean and range optimizer
This commit is contained in:
parent
1bdd19639d
commit
198df9007e
6 changed files with 62 additions and 11 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue