summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
diff options
context:
space:
mode:
authormikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-04-21 08:37:09 -0400
committermikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-04-21 08:37:09 -0400
commitfe46ee911180b796e71faccb8f9470d374a665a6 (patch)
treef902e45e4078ccac436f3d2d5d4e8bbd7a32f696 /sql/partition_info.h
parenta3f152cc6e31c5147afe6d9175e954762064ec40 (diff)
downloadmariadb-git-fe46ee911180b796e71faccb8f9470d374a665a6.tar.gz
BUG#18962: Crash of ALTER TABLE .. DROP PARTITION ...
Review fixes
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r--sql/partition_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h
index ecba048c486..ae95b4a339f 100644
--- a/sql/partition_info.h
+++ b/sql/partition_info.h
@@ -257,6 +257,7 @@ private:
bool set_up_default_subpartitions(handler *file, ulonglong max_rows);
char *create_default_partition_names(uint part_no, uint no_parts,
uint start_no);
+ char *create_subpartition_name(uint subpart_no, const char *part_name);
bool has_unique_name(partition_element *element);
};