mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -190,7 +190,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,
|
||||
|
Reference in New Issue
Block a user