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