diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-03-24 09:36:56 +0100 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-03-24 09:36:56 +0100 |
commit | b65db0cbfbbf8982f508b1e761df21a1260bde10 (patch) | |
tree | b9f092c8bb61fc208ab1631b7409ae90571a3731 /storage/ndb/test/include | |
parent | 61e3fea2cf6faa652c2a242f170dd7e3ad222696 (diff) | |
parent | c02514b0158c48efb2da33ee3be6595418d6342f (diff) | |
download | mariadb-git-b65db0cbfbbf8982f508b1e761df21a1260bde10.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb-new
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
Diffstat (limited to 'storage/ndb/test/include')
-rw-r--r-- | storage/ndb/test/include/NDBT_Tables.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/test/include/NDBT_Tables.hpp b/storage/ndb/test/include/NDBT_Tables.hpp index 4a5886502e1..0b4a9f8bb09 100644 --- a/storage/ndb/test/include/NDBT_Tables.hpp +++ b/storage/ndb/test/include/NDBT_Tables.hpp @@ -44,6 +44,8 @@ public: static const NdbDictionary::Table* getTable(int _num); static int getNumTables(); + static int create_default_tablespace(Ndb* pNdb); + private: static const NdbDictionary::Table* tableWithPkSize(const char* _nam, Uint32 pkSize); }; |