| 9211 | } |
| 9212 | |
| 9213 | void thread_db::setRequest(Request* val) |
| 9214 | { |
| 9215 | request = val; |
| 9216 | reqStat = val ? &val->req_stats : RuntimeStatistics::getDummy(); |
| 9217 | } |
| 9218 | |
| 9219 | SSHORT thread_db::getCharSet() const |
| 9220 | { |
no outgoing calls
no test coverage detected