ndb - bug#24503

  remove debug printouts
parent f2113a5f
......@@ -685,15 +685,6 @@ NdbSqlUtil::cmpBit(const void* info, const void* p1, unsigned n1, const void* p2
char* c1 = (char*)p1;
char* c2 = (char*)p2;
int ret = memcmp(p1, p2, n);
printf(" p1: ");
for (Uint32 i = 0; i<n1; i++)
printf("%d ", c1[i]);
printf(" p2: ");
for (Uint32 i = 0; i<n2; i++)
printf("%d ", c2[i]);
ndbout_c(" -> %d", ret);
return ret;
}
......
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