diff options
author | mikael/pappa@dator5.(none) <> | 2006-09-26 16:30:39 -0400 |
---|---|---|
committer | mikael/pappa@dator5.(none) <> | 2006-09-26 16:30:39 -0400 |
commit | 6be97e4e4359dc8f0c00b56fc4655fed9a757573 (patch) | |
tree | 33df64e69cd860b7d3587217d7ce719d00fb1ab6 /sql/sql_partition.h | |
parent | 6df933a8cb785fe4ad444bc79e4c9bfdf4cc73cc (diff) | |
download | mariadb-git-6be97e4e4359dc8f0c00b56fc4655fed9a757573.tar.gz |
Final step of Take 7 on review fixes of this
fairly complex bug
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index e34d71dfdc5..c5b930162a9 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -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. |