Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
Description
There seems to be a double insert happening in QueryProcessor.storePreparedStatement()
I think it's intended to only write to prepared statement table when it's new to the cache vs every prepare call. Regardless the extra one should be dropped.