Commit 618ada63 authored by joreland@mysql.com's avatar joreland@mysql.com

removed printout

parent d2f51fb7
...@@ -674,7 +674,6 @@ void NdbScanOperation::closeScan() ...@@ -674,7 +674,6 @@ void NdbScanOperation::closeScan()
if(m_api_receivers_count+m_conf_receivers_count){ if(m_api_receivers_count+m_conf_receivers_count){
// Send close scan // Send close scan
ndbout_c("sending close %d %d", m_api_receivers_count, m_conf_receivers_count);
send_next_scan(0, true); // Close scan send_next_scan(0, true); // Close scan
} }
......
...@@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb, ...@@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb,
if (row.attributeStore(col->getName())->isNULL()) if (row.attributeStore(col->getName())->isNULL())
{ {
null_found= true; null_found= true;
ndbout_c("null found");
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment