Merge 10.11 into 11.0

This commit is contained in:
Marko Mäkelä 2024-02-20 12:02:01 +02:00
commit d73baa402a
274 changed files with 6832 additions and 3066 deletions

View file

@ -194,7 +194,8 @@ void unfix_fields(List<Item> &items);
bool fill_record(THD * thd, TABLE *table_arg, List<Item> &fields,
List<Item> &values, bool ignore_errors, bool update);
bool fill_record(THD *thd, TABLE *table, Field **field, List<Item> &values,
bool ignore_errors, bool use_value);
bool ignore_errors, bool use_value,
bool check_for_evaluability);
Field *
find_field_in_tables(THD *thd, Item_ident *item,