diff options
author | tomas@poseidon. <> | 2006-12-27 11:01:54 +0100 |
---|---|---|
committer | tomas@poseidon. <> | 2006-12-27 11:01:54 +0100 |
commit | 044c410968afbae9d96eee3928fcac176f6ed289 (patch) | |
tree | 694a692ab769c1326162c8eb2bebed6dd273cd52 /sql/ha_ndbcluster.h | |
parent | 54133c7e38a14847b5d2efe2e553c9affe846cd5 (diff) | |
parent | fa3397125230917f22f6a268398957d6ce179789 (diff) | |
download | mariadb-git-044c410968afbae9d96eee3928fcac176f6ed289.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1
into poseidon.:/home/tomas/mysql-5.1-new-ndb
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 c4bf5901386..50f24c7a4cf 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -823,7 +823,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, uint name_len); 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, |