query::getrescnt() would only work once following 1.13 mods (affects python api)
This commit is contained in:
parent
3283183306
commit
b3405c3f44
@ -272,6 +272,8 @@ int Query::getResCnt()
|
|||||||
LOGDEB(("Query::getResCnt: %d mS\n", chron.millis()));
|
LOGDEB(("Query::getResCnt: %d mS\n", chron.millis()));
|
||||||
if (!m_reason.empty())
|
if (!m_reason.empty())
|
||||||
LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
|
LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
|
||||||
|
} else {
|
||||||
|
ret = m_nq->xmset.get_matches_lower_bound();
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user