* Cache a stmt if needed; struct sql_state is prepared by * stmt_cache_get(), and it is cleaned here as well * */
| 612 | * |
| 613 | */ |
| 614 | int stmt_cache_put(struct sqlthdstate *thd, struct sqlclntstate *clnt, |
| 615 | struct sql_state *rec, int outrc) |
| 616 | { |
| 617 | return stmt_cache_put_distributed(thd, clnt, rec, outrc, 0); |
| 618 | } |
no test coverage detected