| 430 | } |
| 431 | |
| 432 | int serial_commit(struct sqlclntstate *clnt, struct sql_thread *thd, |
| 433 | char *tzname) |
| 434 | { |
| 435 | |
| 436 | return rese_commit(clnt, thd, tzname, OSQL_SERIAL_REQ, 0); |
| 437 | } |
| 438 | |
| 439 | int serial_abort(struct sqlclntstate *clnt) |
| 440 | { |
no test coverage detected