Switch to unified view

a/src/rcldb/rclquery.cpp b/src/rcldb/rclquery.cpp
...
...
351
        XAPTRY(m_nq->xmset = 
351
        XAPTRY(m_nq->xmset = 
352
               m_nq->xenquire->get_mset(0, qquantum, 1000);
352
               m_nq->xenquire->get_mset(0, qquantum, 1000);
353
               m_resCnt = m_nq->xmset.get_matches_lower_bound(),
353
               m_resCnt = m_nq->xmset.get_matches_lower_bound(),
354
               m_db->m_ndb->xrdb, m_reason);
354
               m_db->m_ndb->xrdb, m_reason);
355
355
356
        LOGDEB(("Query::getResCnt: %d mS\n", chron.millis()));
356
        LOGDEB(("Query::getResCnt: %d %d mS\n", m_resCnt, chron.millis()));
357
    if (!m_reason.empty())
357
    if (!m_reason.empty())
358
        LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
358
        LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
359
    } else {
359
    } else {
360
        m_resCnt = m_nq->xmset.get_matches_lower_bound();
360
        m_resCnt = m_nq->xmset.get_matches_lower_bound();
361
    }
361
    }