diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-06-27 22:19:27 +0200 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-06-27 22:19:27 +0200 |
commit | 9791d53445cf07a4f49a2a913cdc914d2ce06046 (patch) | |
tree | 7d8e0d10719ac1dae4c06017a3c067075113521c /sql/sql_partition.h | |
parent | 08bec7b954a76317b100023a578e3a1d6d1c841a (diff) | |
download | mariadb-git-9791d53445cf07a4f49a2a913cdc914d2ce06046.tar.gz |
partition functions to pass create_info, not only max_rows
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index 845180ad592..e34d71dfdc5 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -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, |