diff options
author | mskold/marty@mysql.com/linux.site <> | 2006-12-19 15:53:46 +0100 |
---|---|---|
committer | mskold/marty@mysql.com/linux.site <> | 2006-12-19 15:53:46 +0100 |
commit | dab48d5df2d227b94a361808709bf02e0c76ca39 (patch) | |
tree | b2e6376d81b4875d99b6b50f86e69c1b964b1c7c /sql/ha_ndbcluster.h | |
parent | 8753c50e37931d735a088d3fee7fb86bf3abd4e2 (diff) | |
download | mariadb-git-dab48d5df2d227b94a361808709bf02e0c76ca39.tar.gz |
bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table
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 ed9e5ea41cc..54c642e8273 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* get_tablespace_name(THD *thd, char *name); 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, |