diff options
author | unknown <joreland@mysql.com> | 2005-01-10 16:02:37 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-01-10 16:02:37 +0100 |
commit | 044172b0fa067315d059d3cbf6016a8e24a42ebf (patch) | |
tree | 8adb3d59b3f67464c327f7615b8e97e5a0773874 /ndb/src/ndbapi/NdbDictionaryImpl.hpp | |
parent | f755e4aece9a41c0f23dabecbe55432177c9073a (diff) | |
parent | 7767a687f9afd42ab3234b3e952027dc464c98f1 (diff) | |
download | mariadb-git-044172b0fa067315d059d3cbf6016a8e24a42ebf.tar.gz |
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/home/jonas/src/mysql-5.0-ndb
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Auto merged
ndb/src/ndbapi/NdbDictionaryImpl.hpp:
Auto merged
Diffstat (limited to 'ndb/src/ndbapi/NdbDictionaryImpl.hpp')
-rw-r--r-- | ndb/src/ndbapi/NdbDictionaryImpl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.hpp b/ndb/src/ndbapi/NdbDictionaryImpl.hpp index 2d20a0a52db..fb4086f5ece 100644 --- a/ndb/src/ndbapi/NdbDictionaryImpl.hpp +++ b/ndb/src/ndbapi/NdbDictionaryImpl.hpp @@ -183,6 +183,7 @@ public: void setTable(const char * table); const char * getTable() const; const NdbTableImpl * getIndexTable() const; + const NdbTableImpl * getBaseTable() const; Uint32 m_indexId; BaseString m_internalName; |