| 98 | } |
| 99 | |
| 100 | static void thdpool_sqlengine_start(struct thdpool *pool, void *thd) |
| 101 | { |
| 102 | sqlengine_thd_start(pool, (struct sqlthdstate *) thd, |
| 103 | THRTYPE_SQLENGINEPOOL); |
| 104 | } |
| 105 | |
| 106 | static void thdpool_sqlengine_end(struct thdpool *pool, void *thd) |
| 107 | { |
nothing calls this directly
no test coverage detected