summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.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/ha_ndbcluster.h
parentd4cb502ce7e75df028243a4f01e3dab24a1a3e10 (diff)
downloadmariadb-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.h2
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);