normal table rollup translate, and condition rewrite
This commit is contained in:
parent
3c7927d2b4
commit
ead76ab6d2
|
@ -65,7 +65,7 @@ int32_t parse(SParseContext* pParseCxt, SQuery** pQuery) {
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
Parse(pParser, t0.type, t0, &cxt);
|
Parse(pParser, t0.type, t0, &cxt);
|
||||||
ParseTrace(stdout, "");
|
// ParseTrace(stdout, "");
|
||||||
if (!cxt.valid) {
|
if (!cxt.valid) {
|
||||||
goto abort_parse;
|
goto abort_parse;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue