mysql
mysql copied to clipboard
add MaxIdle/MaxOpen/MaxLifeTime/MaxIdleTime to Config
- [] Do only one thing
- [] Non breaking API changes
- [] Tested
What did this pull request do?
I add MaxIdle/MaxOpen/MaxLifeTime/MaxIdleTime param to Config
struct. And add Option
function to set this 4 params.