diff options
author | mskold/marty@mysql.com/linux.site <> | 2006-12-19 23:20:43 +0100 |
---|---|---|
committer | mskold/marty@mysql.com/linux.site <> | 2006-12-19 23:20:43 +0100 |
commit | 3587ee8e4e02d4c6d0b590c4b017606453f8414c (patch) | |
tree | 7cd5e738b8657950fb204afe008cec0c0111c484 /sql/ha_ndbcluster.h | |
parent | dab48d5df2d227b94a361808709bf02e0c76ca39 (diff) | |
download | mariadb-git-3587ee8e4e02d4c6d0b590c4b017606453f8414c.tar.gz |
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes
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 54c642e8273..6af97aa3cea 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -824,7 +824,7 @@ private: uint set_up_partition_info(partition_info *part_info, TABLE *table, void *tab); - char* get_tablespace_name(THD *thd, char *name); + char* get_tablespace_name(THD *thd, char *name, uint name_len); int set_range_data(void *tab, partition_info* part_info); int set_list_data(void *tab, partition_info* part_info); int complemented_read(const byte *old_data, byte *new_data, |