Details
Description
The canonicalized version of a statement like
START/**/TRANSACTION READ WRITE
|
is
START
|
and not
START TRANSACTION READ WRITE
|
as it should be.
The effect of this is that if the query classifier cache is used (which it is by default), there may be false positives if statements contain comments. And the effect of that will be the incorrect classification.