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:
@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
|
||||
m_cs = default_cs;
|
||||
break;
|
||||
case Undefined:
|
||||
assert();
|
||||
assert(false);
|
||||
break;
|
||||
}
|
||||
m_pk = false;
|
||||
|
Reference in New Issue
Block a user