summaryrefslogtreecommitdiff
path: root/storage/ndb/src/ndbapi/NdbDictionary.cpp
diff options
context:
space:
mode:
authorunknown <pekka@orca.ndb.mysql.com>2006-12-01 02:06:37 +0100
committerunknown <pekka@orca.ndb.mysql.com>2006-12-01 02:06:37 +0100
commitfe4192c434f0256ec175c7ddde8a143e267b74ab (patch)
treed622f1823944cfb310bb940324cb936126077b45 /storage/ndb/src/ndbapi/NdbDictionary.cpp
parentbae9fc077ca178a63f7d97e4b161c35a3e63b85d (diff)
downloadmariadb-git-fe4192c434f0256ec175c7ddde8a143e267b74ab.tar.gz
ndb - bug#21690: fix typo which changed blob parts distribution
storage/ndb/src/ndbapi/NdbBlob.cpp: fix typo which made blob PART part of distribution key storage/ndb/src/ndbapi/NdbDictionary.cpp: fix typo which made blob PART part of distribution key
Diffstat (limited to 'storage/ndb/src/ndbapi/NdbDictionary.cpp')
-rw-r--r--storage/ndb/src/ndbapi/NdbDictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/ndbapi/NdbDictionary.cpp b/storage/ndb/src/ndbapi/NdbDictionary.cpp
index e0fbe46aca4..6c3fbc23880 100644
--- a/storage/ndb/src/ndbapi/NdbDictionary.cpp
+++ b/storage/ndb/src/ndbapi/NdbDictionary.cpp
@@ -204,7 +204,7 @@ NdbDictionary::Column::getPrimaryKey() const {
void
NdbDictionary::Column::setPartitionKey(bool val){
- m_impl.m_distributionKey = true;
+ m_impl.m_distributionKey = val;
}
bool