Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
22.08, 23.02, 23.08, 24.02, 25.01, 25.10
-
None
Description
Currently the MaxScale cache does not support prepared statements, in the sense that their results will not be cached.
As MaxScale now is capable of tracking prepared statements and from a COM_STMT_EXECUTE packet create the final SQL statement, the necessary pieces for also caching the results of prepared statements is available.