diff options
author | unknown <mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-04-21 08:55:01 -0400 |
---|---|---|
committer | unknown <mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-04-21 08:55:01 -0400 |
commit | 37bc39c8f8e912ffdcfa5fc7ed54669c264ba460 (patch) | |
tree | 7d424b88277e6cc4dee833e90eb0caac5713d582 /sql/partition_info.h | |
parent | 17e3ee35531d0003de31093570e64f604bd8c4fa (diff) | |
parent | 2cb17f9691c819e442de605bfc736a69ff946a67 (diff) | |
download | mariadb-git-37bc39c8f8e912ffdcfa5fc7ed54669c264ba460.tar.gz |
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18962
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 664c8834b0b..ae95b4a339f 100644 --- a/sql/partition_info.h +++ b/sql/partition_info.h @@ -256,7 +256,8 @@ private: uint start_no); bool set_up_default_subpartitions(handler *file, ulonglong max_rows); char *create_default_partition_names(uint part_no, uint no_parts, - uint start_no, bool is_subpart); + uint start_no); + char *create_subpartition_name(uint subpart_no, const char *part_name); bool has_unique_name(partition_element *element); }; |