diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-02-01 11:56:20 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-02-01 11:56:20 +0100 |
commit | de2c7c72d92319bb59a5044921381d724611718e (patch) | |
tree | 1d4e74e39b797f8603499527e58d31231e1d49ee /sql/ha_ndbcluster.h | |
parent | f90661e443575e4fce0fe972c0a733ebe1561074 (diff) | |
download | mariadb-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.h | 2 |
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, |