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

one warning out, one warning in :-), forgot the argument in assert()

This commit is contained in:
unknown
2004-10-21 14:17:02 +00:00
parent 16b8b7dbe5
commit 6044a07fd3
2 changed files with 2 additions and 2 deletions

View File

@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf)
break;
case NdbOperation::NotDefined:
case NdbOperation::NotDefined2:
assert();
assert(false);
break;
}//if
}//while

View File

@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
m_cs = default_cs;
break;
case Undefined:
assert();
assert(false);
break;
}
m_pk = false;