* Add pool_concurrency_test manual spec
Add MT connection count without Mutex
* Drop checkout_some, simpler pool_prepared statement
* Make pool statement a struct
* Drop StringKeyCache mutex
The StringKeyCache is now only used inside a connection. It's assumed that connections are not used concurrently with multiple queries.
* Drop do_close in pool statements
* Add specs and update comment
* Fix typo