mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fulltext search optimization. Discard match fields.
This commit is contained in:
parent
e48e717bef
commit
0a286927d9
13 changed files with 342 additions and 79 deletions
|
|
@ -1211,6 +1211,12 @@ public:
|
|||
bool support_use_handler(
|
||||
int use_handler
|
||||
);
|
||||
bool minimum_select_bit_is_set(
|
||||
uint field_index
|
||||
);
|
||||
void copy_minimum_select_bitmap(
|
||||
uchar *bitmap
|
||||
);
|
||||
};
|
||||
|
||||
class spider_mysql_copy_table: public spider_db_copy_table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue