diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-06-27 22:19:27 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-06-27 22:19:27 +0200 |
commit | 62722a4dd4fa76e17ea686e696eca139e5709032 (patch) | |
tree | 7d8e0d10719ac1dae4c06017a3c067075113521c /sql/ha_ndbcluster.h | |
parent | d4cb502ce7e75df028243a4f01e3dab24a1a3e10 (diff) | |
download | mariadb-git-62722a4dd4fa76e17ea686e696eca139e5709032.tar.gz |
partition functions to pass create_info, not only max_rows
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index adc70808f78..9dc9ee79755 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -651,7 +651,7 @@ class ha_ndbcluster: public handler int create(const char *name, TABLE *form, HA_CREATE_INFO *info); int create_handler_files(const char *file, const char *old_name, int action_flag, HA_CREATE_INFO *info); - int get_default_no_partitions(TABLE_SHARE *); + int get_default_no_partitions(HA_CREATE_INFO *info); bool get_no_parts(const char *name, uint *no_parts); void set_auto_partitions(partition_info *part_info); |