summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.h
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2006-02-01 11:56:20 +0100
committertomas@poseidon.ndb.mysql.com <>2006-02-01 11:56:20 +0100
commitde2c7c72d92319bb59a5044921381d724611718e (patch)
tree1d4e74e39b797f8603499527e58d31231e1d49ee /sql/ha_ndbcluster.h
parentf90661e443575e4fce0fe972c0a733ebe1561074 (diff)
downloadmariadb-git-de2c7c72d92319bb59a5044921381d724611718e.tar.gz
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
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 2a5e3eaee3a..3f34db85246 100644
--- a/sql/ha_ndbcluster.h
+++ b/sql/ha_ndbcluster.h
@@ -701,7 +701,7 @@ private:
uint set_up_partition_info(partition_info *part_info,
TABLE *table,
void *tab);
- char* get_tablespace_create_info();
+ char* get_tablespace_name();
int set_range_data(void *tab, partition_info* part_info);
int set_list_data(void *tab, partition_info* part_info);
int complemented_pk_read(const byte *old_data, byte *new_data,