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:
@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf)
|
|||||||
break;
|
break;
|
||||||
case NdbOperation::NotDefined:
|
case NdbOperation::NotDefined:
|
||||||
case NdbOperation::NotDefined2:
|
case NdbOperation::NotDefined2:
|
||||||
assert();
|
assert(false);
|
||||||
break;
|
break;
|
||||||
}//if
|
}//if
|
||||||
}//while
|
}//while
|
||||||
|
@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
|
|||||||
m_cs = default_cs;
|
m_cs = default_cs;
|
||||||
break;
|
break;
|
||||||
case Undefined:
|
case Undefined:
|
||||||
assert();
|
assert(false);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
m_pk = false;
|
m_pk = false;
|
||||||
|
Reference in New Issue
Block a user