diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-12-19 15:53:46 +0100 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-12-19 15:53:46 +0100 |
commit | ccb762860733bad48c215f68418a2ef838be0979 (patch) | |
tree | b2e6376d81b4875d99b6b50f86e69c1b964b1c7c /sql/ha_ndbcluster.h | |
parent | dedaad7af6bbbee102e51ba583cfbcf0c549f601 (diff) | |
download | mariadb-git-ccb762860733bad48c215f68418a2ef838be0979.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, |