mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Final step of Take 7 on review fixes of this
fairly complex bug
This commit is contained in:
@ -93,6 +93,9 @@ uint32 get_partition_id_range_for_endpoint(partition_info *part_info,
|
||||
bool fix_fields_part_func(THD *thd, Item* func_expr, TABLE *table,
|
||||
bool is_sub_part, bool is_field_to_be_setup);
|
||||
|
||||
bool check_part_func_fields(Field **ptr, bool ok_with_charsets);
|
||||
bool field_is_partition_charset(Field *field);
|
||||
|
||||
/*
|
||||
A "Get next" function for partition iterator.
|
||||
|
||||
|
Reference in New Issue
Block a user