|
|||||||||||
|
Re: The ndbapi_simple_dual bug and the patch....
From: Liang Chen <clzzclzz(at)gmail.com>
Date: Wed Aug 01 2007 - 21:21:08 EDT
if(myTransaction->execute( NdbTransaction::Commit ) == -1)
+ APIERROR(myTransaction->getNdbError());
+
+ if (myTransaction->getNdbError().classification == NdbError::NoDataFound)
if (i == 3) {
std::cout << "Detected that deleted tuple doesn't exist!" << std::endl;
} else {
On 8/1/07, Stewart Smith <stewart@mysql.com> wrote:
> > I just see removal... > $ diffstat /tmp/filename.patch > main | 347 > ------------------------------------------------------------------- > 1 file changed, 347 deletions(-) > > -- > Stewart Smith, Senior Software Engineer > MySQL AB, www.mysql.com > Office: +14082136540 Ext: 6616 > VoIP: 6616@sip.us.mysql.com > Mobile: +61 4 3 8844 332 > > Jumpstart your cluster: > http://www.mysql.com/consulting/packaged/cluster.html > > -- Sincerely, liang -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=lists@pantek.comReceived on Wed Aug 1 21:21:23 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:06:24 EDT |
||||||||||
|
|||||||||||