summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <pekka@mysql.com>2006-02-07 19:57:31 +0100
committerunknown <pekka@mysql.com>2006-02-07 19:57:31 +0100
commit245948654d4b44c3428ef47a8c228808a49a40f8 (patch)
tree8db25cb7ed0774e8cdd8c82a32df65855275d4b3 /sql/ha_ndbcluster.cc
parent895d09469aefdbd8f98737db2a43b1029ba206f1 (diff)
downloadmariadb-git-245948654d4b44c3428ef47a8c228808a49a40f8.tar.gz
ndb - bug#15918 fix
mysql-test/r/ndb_index_unique.result: bug#15918 fix mysql-test/t/ndb_index_unique.test: bug#15918 fix ndb/src/kernel/blocks/dbacc/Dbacc.hpp: bug#15918 fix sql/ha_ndbcluster.cc: bug#15918 fix sql/ha_ndbcluster.h: bug#15918 fix
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 699b3f05a70..e348826ac10 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -5083,6 +5083,10 @@ uint ha_ndbcluster::max_supported_key_length() const
{
return NDB_MAX_KEY_SIZE;
}
+uint ha_ndbcluster::max_supported_key_part_length() const
+{
+ return NDB_MAX_KEY_SIZE;
+}
bool ha_ndbcluster::low_byte_first() const
{
#ifdef WORDS_BIGENDIAN