diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-20 13:42:41 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-20 13:42:41 +0000 |
commit | e4a86f3237783b356eb448952ae11c292c12006c (patch) | |
tree | bd85bda937436c38cfeb5846ed1cad5d2371195d /ndb/src/ndbapi/NdbDictionaryImpl.cpp | |
parent | 2da1cbd97dd566d629115f02321ab36aac069ce4 (diff) | |
download | mariadb-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.cpp | 3 |
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; |