mirror of https://gitee.com/bigwinds/arangodb
more debug info
This commit is contained in:
parent
a1429ef749
commit
d1dab99248
|
@ -297,6 +297,10 @@ static bool FillShapeValueList (TRI_shaper_t* shaper,
|
||||||
bool ok = FillShapeValueJson(shaper, p, el, seenHashes, seenObjects);
|
bool ok = FillShapeValueJson(shaper, p, el, seenHashes, seenObjects);
|
||||||
|
|
||||||
if (! ok) {
|
if (! ok) {
|
||||||
|
if (! ok) {
|
||||||
|
LOG_TRACE("failed to convert position '%d'", (int) i);
|
||||||
|
}
|
||||||
|
|
||||||
for (e = p, p = values; p < e; ++p) {
|
for (e = p, p = values; p < e; ++p) {
|
||||||
if (p->_value != 0) {
|
if (p->_value != 0) {
|
||||||
TRI_Free(shaper->_memoryZone, p->_value);
|
TRI_Free(shaper->_memoryZone, p->_value);
|
||||||
|
@ -610,6 +614,10 @@ static bool FillShapeValueArray (TRI_shaper_t* shaper,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ok = FillShapeValueJson(shaper, p, val, seenHashes, seenObjects);
|
ok = FillShapeValueJson(shaper, p, val, seenHashes, seenObjects);
|
||||||
|
|
||||||
|
if (! ok) {
|
||||||
|
LOG_TRACE("failed to convert attribute '%s'", *keyStr);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! ok) {
|
if (! ok) {
|
||||||
|
|
Loading…
Reference in New Issue