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

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

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-10-21 14:17:02 +00:00
parent 667e27d2d2
commit 7f73c4bd1f
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;