2 messages in com.mysql.lists.clusterGet debug printouts from NDB API?
FromSent OnAttachments
Gustaf Thorslund12 Dec 2006 13:11 
pek...@mysql.com12 Dec 2006 14:23 
Subject:Get debug printouts from NDB API?
From:Gustaf Thorslund (gus@kagge.com)
Date:12/12/2006 01:11:43 PM
List:com.mysql.lists.cluster

Hi,

I'm working on an application using the NDB API. During my debugging I have found calls to DBUG_PRINT, i.e. in NdbOperationDefine.cpp. How do I do to see those debug printings? I have compiled 5.1.12 (yes I know it's an old one ;) ) using:

$ ./configure --prefix=$HOME --with-debug --with-ndbcluster \ --with-ndb-docs

And I pass -DDBUG_ON and -ldbug when compling and linking. Still I don't get any debug printouts. Do they go somewhere else than stdout/stderr?