Fulltext search optimization. Discard match fields.

This commit is contained in:
Kentoku SHIBA 2013-08-24 14:23:11 +09:00
commit 0a286927d9
13 changed files with 342 additions and 79 deletions

View file

@ -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