提交 67d4ec8c 编写于 作者: D dapan1121

fix bug

上级 a963719e
...@@ -42,9 +42,7 @@ static void tscCheckpSql(SSqlObj* pSql) { ...@@ -42,9 +42,7 @@ static void tscCheckpSql(SSqlObj* pSql) {
assert(parent->metaSubPtr == pSql && parent->self == pSql->parentRid && parent->metaSubRid == pSql->self); assert(parent->metaSubPtr == pSql && parent->self == pSql->parentRid && parent->metaSubRid == pSql->self);
} }
static void tscCheckpSql2(SSqlObj* pSql, SSqlObj* parent) {
assert(parent->metaSubPtr == pSql && parent->self == pSql->parentRid && parent->metaSubRid == pSql->self);
}
static int32_t minMsgSize() { return tsRpcHeadSize + 100; } static int32_t minMsgSize() { return tsRpcHeadSize + 100; }
......
...@@ -44,6 +44,11 @@ static int32_t tsCompare(int32_t order, int64_t left, int64_t right) { ...@@ -44,6 +44,11 @@ static int32_t tsCompare(int32_t order, int64_t left, int64_t right) {
} }
} }
static void tscCheckpSql2(SSqlObj* pSql, SSqlObj* parent) {
assert(parent->metaSubPtr == pSql && parent->self == pSql->parentRid && parent->metaSubRid == pSql->self);
}
static void skipRemainValue(STSBuf* pTSBuf, tVariant* tag1) { static void skipRemainValue(STSBuf* pTSBuf, tVariant* tag1) {
while (tsBufNextPos(pTSBuf)) { while (tsBufNextPos(pTSBuf)) {
STSElem el1 = tsBufGetElem(pTSBuf); STSElem el1 = tsBufGetElem(pTSBuf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册