diff options
author | unknown <mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-06-14 19:40:06 -0400 |
---|---|---|
committer | unknown <mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-06-14 19:40:06 -0400 |
commit | 4414b56d85d937354e2fb384604394ec3d1ffc56 (patch) | |
tree | 4f1188cdcb2492d9fed2bf13a8ae09e622ce161c /sql/partition_info.h | |
parent | 7d119734cec557778638f5a486c832d5e7ce5d50 (diff) | |
download | mariadb-git-4414b56d85d937354e2fb384604394ec3d1ffc56.tar.gz |
merge update
mysql-test/t/partition.test:
merge error
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r-- | sql/partition_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h index f195e555934..3d8c6a40221 100644 --- a/sql/partition_info.h +++ b/sql/partition_info.h @@ -217,7 +217,7 @@ public: list_of_part_fields(FALSE), list_of_subpart_fields(FALSE), linear_hash_ind(FALSE), fixed(FALSE), is_auto_partitioned(FALSE), from_openfrm(FALSE), - has_null_value(FALSE), has_null_part_id(0) + has_null_value(FALSE) { all_fields_in_PF.clear_all(); all_fields_in_PPF.clear_all(); @@ -251,6 +251,7 @@ public: bool check_list_constants(); bool check_partition_info(THD *thd, handlerton **eng_type, handler *file, ulonglong max_rows); + void print_no_partition_found(TABLE *table); private: static int list_part_cmp(const void* a, const void* b); static int list_part_cmp_unsigned(const void* a, const void* b); |