Loading ndb/src/ndbapi/NdbScanOperation.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,6 @@ void NdbScanOperation::closeScan() if(m_api_receivers_count+m_conf_receivers_count){ // Send close scan ndbout_c("sending close %d %d", m_api_receivers_count, m_conf_receivers_count); send_next_scan(0, true); // Close scan } Loading ndb/test/src/UtilTransactions.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb, if (row.attributeStore(col->getName())->isNULL()) { null_found= true; ndbout_c("null found"); break; } } Loading Loading
ndb/src/ndbapi/NdbScanOperation.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,6 @@ void NdbScanOperation::closeScan() if(m_api_receivers_count+m_conf_receivers_count){ // Send close scan ndbout_c("sending close %d %d", m_api_receivers_count, m_conf_receivers_count); send_next_scan(0, true); // Close scan } Loading
ndb/test/src/UtilTransactions.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb, if (row.attributeStore(col->getName())->isNULL()) { null_found= true; ndbout_c("null found"); break; } } Loading