| 119 | } |
| 120 | |
| 121 | void connect_pool::set_key(const char* key) |
| 122 | { |
| 123 | ACL_SAFE_STRNCPY(key_, key, sizeof(key_)); |
| 124 | acl_lowercase(key_); |
| 125 | } |
| 126 | |
| 127 | connect_pool& connect_pool::set_timeout(int conn_timeout, int rw_timeout, |
| 128 | bool sockopt_timeo /* false */) |
no test coverage detected