Details
- 
    Task 
- 
    Status: Closed (View Workflow)
- 
    Major 
- 
    Resolution: Fixed
- 
    None
- 
    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.