Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0
-
Component/s: configuration
-
Labels:None
Description
Option `cacheCallableStmts` is enable by default.
the default must be disabled by default for different reasons :
- differ compared to MySQL driver.
- more important, since using binary protocol when using out parameters, this can lead to having a lot of prepare statements cached in the server without the user knowing it, even resulting reaching max_prepared_stmt_count maximum.