1
0
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:
mikael/pappa@dator5.(none)
2006-09-26 16:30:39 -04:00
parent 6df933a8cb
commit 6be97e4e43
6 changed files with 241 additions and 153 deletions

View File

@ -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.