summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2006-06-27 14:31:34 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2006-06-27 14:31:34 +0200
commitd4cb502ce7e75df028243a4f01e3dab24a1a3e10 (patch)
tree5b6b3ae948fd87b42b603db64363c58b8a245b4d /sql/ha_ndbcluster.h
parent39fa14dd7d0619278d01565a964323120d3ac606 (diff)
downloadmariadb-git-d4cb502ce7e75df028243a4f01e3dab24a1a3e10.tar.gz
changed signature of get_default_no_partitions
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 2e78a00ef94..adc70808f78 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(ulonglong max_rows);
+ int get_default_no_partitions(TABLE_SHARE *);
bool get_no_parts(const char *name, uint *no_parts);
void set_auto_partitions(partition_info *part_info);