summaryrefslogtreecommitdiff
path: root/storage/ndb/include
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/quadfish.(none)>2007-12-07 11:05:19 +0100
committerunknown <mskold/marty@mysql.com/quadfish.(none)>2007-12-07 11:05:19 +0100
commit154ffb3ff5e5b4bf5b15af261ac858ac59adf1f3 (patch)
treebcd92ffde518651060bcab8fb93e6ef06a01cd2c /storage/ndb/include
parentf0e3f8f1c2957ca2d17e50a1d7dc72cfa13b6c58 (diff)
downloadmariadb-git-154ffb3ff5e5b4bf5b15af261ac858ac59adf1f3.tar.gz
bug#21072 Duplicate key error in NDB references wrong key: Post-merge fixes
Diffstat (limited to 'storage/ndb/include')
-rw-r--r--storage/ndb/include/ndbapi/NdbDictionary.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/ndb/include/ndbapi/NdbDictionary.hpp b/storage/ndb/include/ndbapi/NdbDictionary.hpp
index 12d5a1a737f..0e782ba9214 100644
--- a/storage/ndb/include/ndbapi/NdbDictionary.hpp
+++ b/storage/ndb/include/ndbapi/NdbDictionary.hpp
@@ -1022,11 +1022,6 @@ public:
const char * getTable() const;
/**
- * Get the table representing the index
- */
- const Table * getIndexTable() const;
-
- /**
* Get the number of columns in the index
*/
unsigned getNoOfColumns() const;