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
commit62722a4dd4fa76e17ea686e696eca139e5709032 (patch)
tree7d8e0d10719ac1dae4c06017a3c067075113521c /sql/sql_partition.h
parentd4cb502ce7e75df028243a4f01e3dab24a1a3e10 (diff)
downloadmariadb-git-62722a4dd4fa76e17ea686e696eca139e5709032.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,