MXS-1624 Also explicit parsing should utilize the cache
This commit is contained in:
parent
ec420332ea
commit
18180cd4ac
@ -430,6 +430,7 @@ qc_parse_result_t qc_parse(GWBUF* query, uint32_t collect)
|
||||
|
||||
int32_t result = QC_QUERY_INVALID;
|
||||
|
||||
QCInfoCacheScope scope(query);
|
||||
this_unit.classifier->qc_parse(query, collect, &result);
|
||||
|
||||
return (qc_parse_result_t)result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user