pool_invalidate_query_cache(num_oids, oids, true, 0);
}
- /*
+ /*--------------------------------------------------------------------
* If we have something in the query cache buffer, that means either:
- * - We only had SELECTs in the transaction - We had only SELECTs
- * after last DML Thus we can register SELECT results to cache
- * storage.
+ * - We only had SELECTs in the transaction
+ * - We had only SELECTs after the last DML
+ * Thus we can register SELECT results to cache storage.
+ *--------------------------------------------------------------------
*/
num_caches = session_context->query_cache_array->num_caches;
for (i = 0; i < num_caches; i++)