From 9da0e8f5b43b719eda673408a24670ccbaa3be36 Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.ndb.mysql.com" <> Date: Mon, 20 Mar 2006 16:03:35 +0100 Subject: [PATCH] ndb: added debug printout --- storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp b/storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp index 6d8eb9faba1..130ae44c057 100644 --- a/storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp +++ b/storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp @@ -3829,6 +3829,9 @@ NdbDictionaryImpl::dropBlobEvents(const NdbEventImpl& evnt) } else { // loop over MAX_ATTRIBUTES_IN_TABLE ... Uint32 i; + DBUG_PRINT("info", ("missing table definition, looping over " + "MAX_ATTRIBUTES_IN_TABLE(%d)", + MAX_ATTRIBUTES_IN_TABLE)); for (i = 0; i < MAX_ATTRIBUTES_IN_TABLE; i++) { char bename[MAX_TAB_NAME_SIZE]; // XXX should get name from NdbBlob