mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
partition functions to pass create_info, not only max_rows
This commit is contained in:
@ -65,7 +65,7 @@ int get_part_for_delete(const byte *buf, const byte *rec0,
|
||||
partition_info *part_info, uint32 *part_id);
|
||||
void prune_partition_set(const TABLE *table, part_id_range *part_spec);
|
||||
bool check_partition_info(partition_info *part_info,handlerton **eng_type,
|
||||
TABLE *table, handler *file, ulonglong max_rows);
|
||||
TABLE *table, handler *file, HA_CREATE_INFO *info);
|
||||
bool fix_partition_func(THD *thd, TABLE *table, bool create_table_ind);
|
||||
char *generate_partition_syntax(partition_info *part_info,
|
||||
uint *buf_length, bool use_sql_alloc,
|
||||
|
Reference in New Issue
Block a user