mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
ndb - bug#24503
remove debug printouts ndb/src/common/util/NdbSqlUtil.cpp: remove debug printouts
This commit is contained in:
parent
1ca32bbc29
commit
9c7361e645
1 changed files with 0 additions and 9 deletions
|
@ -685,15 +685,6 @@ NdbSqlUtil::cmpBit(const void* info, const void* p1, unsigned n1, const void* p2
|
||||||
char* c1 = (char*)p1;
|
char* c1 = (char*)p1;
|
||||||
char* c2 = (char*)p2;
|
char* c2 = (char*)p2;
|
||||||
int ret = memcmp(p1, p2, n);
|
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue