1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00

compile warning fixes

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-10-20 13:42:41 +00:00
parent 7af65592c7
commit ec96f9a1a5
28 changed files with 114 additions and 90 deletions

View File

@@ -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;