1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

compile warning fixes

mysql-test/ndb/ndbcluster.sh:
  corrected shell test syntax
This commit is contained in:
unknown
2004-10-20 13:42:41 +00:00
parent 2da1cbd97d
commit e4a86f3237
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;