318
318
bool error_if_full_join(JOIN *join);
319
319
int safe_index_read(JoinTable *tab);
320
320
COND *remove_eq_conds(Session *session, COND *cond, Item::cond_result *cond_value);
323
323
void print_join(Session *session, String *str,
324
324
List<TableList> *tables, enum_query_type);