Commit 6044a07f authored by unknown's avatar unknown

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

parent 16b8b7db
......@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf)
break;
case NdbOperation::NotDefined:
case NdbOperation::NotDefined2:
assert();
assert(false);
break;
}//if
}//while
......
......@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
m_cs = default_cs;
break;
case Undefined:
assert();
assert(false);
break;
}
m_pk = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment