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