1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-03 14:33:32 +03:00

removed printout

This commit is contained in:
joreland@mysql.com
2004-09-14 09:27:06 +02:00
parent d2f51fb7ce
commit 618ada6345
2 changed files with 0 additions and 2 deletions

View File

@@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb,
if (row.attributeStore(col->getName())->isNULL())
{
null_found= true;
ndbout_c("null found");
break;
}
}