summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authormskold/marty@mysql.com/linux.site <>2006-12-19 15:53:46 +0100
committermskold/marty@mysql.com/linux.site <>2006-12-19 15:53:46 +0100
commitdab48d5df2d227b94a361808709bf02e0c76ca39 (patch)
treeb2e6376d81b4875d99b6b50f86e69c1b964b1c7c /sql/ha_ndbcluster.h
parent8753c50e37931d735a088d3fee7fb86bf3abd4e2 (diff)
downloadmariadb-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.h2
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,