181
181
void add_not_null_conds(Join *join);
182
182
uint32_t max_part_bit(key_part_map bits);
183
183
COND *add_found_match_trig_cond(JoinTable *tab, COND *cond, JoinTable *root_tab);
185
185
Item **ref_pointer_array,
189
189
bool *all_order_by_fields_used);
191
191
int remove_dup_with_compare(Session *session, Table *table, Field **first_field, uint32_t offset, Item *having);
192
192
int remove_dup_with_hash_index(Session *session,