From 7f73c4bd1f97c89493b739a93ac6f453f594239c Mon Sep 17 00:00:00 2001
From: "tomas@poseidon.ndb.mysql.com" <>
Date: Thu, 21 Oct 2004 14:17:02 +0000
Subject: [PATCH] one warning out, one warning in :-), forgot the argument in
 assert()

---
 ndb/src/ndbapi/NdbConnection.cpp     | 2 +-
 ndb/src/ndbapi/NdbDictionaryImpl.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ndb/src/ndbapi/NdbConnection.cpp b/ndb/src/ndbapi/NdbConnection.cpp
index 27dbc19eb6b..c142efb1596 100644
--- a/ndb/src/ndbapi/NdbConnection.cpp
+++ b/ndb/src/ndbapi/NdbConnection.cpp
@@ -1646,7 +1646,7 @@ NdbConnection::receiveTCKEY_FAILCONF(const TcKeyFailConf * failConf)
 	break;
       case NdbOperation::NotDefined:
       case NdbOperation::NotDefined2:
-	assert();
+	assert(false);
 	break;
       }//if
     }//while   
diff --git a/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
index 4d33060497d..28aceb536ee 100644
--- a/ndb/src/ndbapi/NdbDictionaryImpl.cpp
+++ b/ndb/src/ndbapi/NdbDictionaryImpl.cpp
@@ -149,7 +149,7 @@ NdbColumnImpl::init(Type t)
     m_cs = default_cs;
     break;
   case Undefined:
-    assert();
+    assert(false);
     break;
   }
   m_pk = false;
-- 
2.30.9