My Project
|
Public Member Functions | |
bool | statement_should_be_aborted () const |
Public Attributes | |
THD * | thd |
TABLE * | table |
Item * | cond |
table_map | prev_tables |
table_map | read_tables |
table_map | current_table |
KEY_PART * | key_parts |
KEY_PART * | key_parts_end |
MEM_ROOT * | mem_root |
MEM_ROOT * | old_root |
uint | keys |
bool | using_real_indexes |
bool | remove_jump_scans |
uint | real_keynr [MAX_KEY] |
uchar | min_key [MAX_KEY_LENGTH+MAX_FIELD_WIDTH] |
uchar | max_key [MAX_KEY_LENGTH+MAX_FIELD_WIDTH] |
uint | alloced_sel_args |
bool | force_default_mrr |
bool | use_index_statistics |
Whether index statistics or index dives should be used when estimating the number of rows in an equality range. If true, index statistics is used for these indexes.