152
102
Read_record_func read_first_record;
153
103
Next_select_func next_select;
156
106
Currently the following two fields are used only for a [NOT] IN subquery
157
107
if it is executed by an alternative full table scan when the left operand of
158
108
the subquery predicate is evaluated to NULL.
160
110
Read_record_func save_read_first_record; /**< to save read_first_record */
163
113
key_map const_keys; /**< Keys with constant part */
164
114
key_map checked_keys; /**< Keys checked in find_best */