mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
cleaned up a few method comments
moved several functions from sql_partition to be member functions sql/partition_info.h: move these funcs from sql_partition to this class sql/sql_partition.cc: move these funcs from sql_partition to this class sql/sql_table.cc: calling the member func now instead
This commit is contained in:
parent
683ce57f45
commit
04570aa5f4
4 changed files with 370 additions and 386 deletions
|
|
@ -245,7 +245,13 @@ public:
|
|||
bool set_up_defaults_for_partitioning(handler *file, ulonglong max_rows,
|
||||
uint start_no);
|
||||
char *has_unique_names();
|
||||
static bool check_engine_mix(handlerton **engine_array, uint no_parts);
|
||||
bool check_range_constants();
|
||||
bool check_list_constants();
|
||||
bool check_partition_info(handlerton **eng_type,
|
||||
handler *file, ulonglong max_rows);
|
||||
private:
|
||||
static int list_part_cmp(const void* a, const void* b);
|
||||
bool set_up_default_partitions(handler *file, ulonglong max_rows,
|
||||
uint start_no);
|
||||
bool set_up_default_subpartitions(handler *file, ulonglong max_rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue