Lines Matching refs:tx2
356 NdbTransaction *tx2; in ndb_oc_search() local
374 tx2 = ndb->startTransaction( myTable ); in ndb_oc_search()
375 if ( !tx2 ) { in ndb_oc_search()
380 ixop = tx2->getNdbIndexOperation( myIndex ); in ndb_oc_search()
382 tx2->close(); in ndb_oc_search()
394 rc = tx2->execute( NdbTransaction::Commit, NdbOperation::AbortOnError, 1 ); in ndb_oc_search()
395 tx2->close(); in ndb_oc_search()
455 tx2 = ndb->startTransaction( myTable, keys, xbuf, sizeof(xbuf)); in ndb_oc_search()
457 tx2 = ndb->startTransaction( myTable ); in ndb_oc_search()
459 if ( !tx2 ) { in ndb_oc_search()
463 NA.txn = tx2; in ndb_oc_search()
466 tx2->close(); in ndb_oc_search()