summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/NdbDictionaryImpl.cpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-20 13:42:41 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-20 13:42:41 +0000
commite4a86f3237783b356eb448952ae11c292c12006c (patch)
treebd85bda937436c38cfeb5846ed1cad5d2371195d /ndb/src/ndbapi/NdbDictionaryImpl.cpp
parent2da1cbd97dd566d629115f02321ab36aac069ce4 (diff)
downloadmariadb-git-e4a86f3237783b356eb448952ae11c292c12006c.tar.gz
compile warning fixes
mysql-test/ndb/ndbcluster.sh: corrected shell test syntax
Diffstat (limited to 'ndb/src/ndbapi/NdbDictionaryImpl.cpp')
-rw-r--r--ndb/src/ndbapi/NdbDictionaryImpl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
index 5e640cdebd5..4d33060497d 100644
--- a/ndb/src/ndbapi/NdbDictionaryImpl.cpp
+++ b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
@@ -148,6 +148,9 @@ NdbColumnImpl::init(Type t)
m_length = 4;
m_cs = default_cs;
break;
+ case Undefined:
+ assert();
+ break;
}
m_pk = false;
m_nullable = false;