summaryrefslogtreecommitdiff
path: root/sql/sql_partition.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-06-27 22:19:27 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-06-27 22:19:27 +0200
commit7641c7ae56017a522a22852efdc1322e743ecbbf (patch)
tree7d8e0d10719ac1dae4c06017a3c067075113521c /sql/sql_partition.h
parenteb0c6dda5d17e4d397687a933d011c804a5487ff (diff)
downloadmariadb-git-7641c7ae56017a522a22852efdc1322e743ecbbf.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.h2
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,