MXS-1624 Also explicit parsing should utilize the cache

This commit is contained in:
Johan Wikman 2018-07-30 14:43:33 +03:00
parent ec420332ea
commit 18180cd4ac

View File

@ -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;