MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / serial_commit

Function serial_commit

db/sqloffload.c:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432int 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
439int serial_abort(struct sqlclntstate *clnt)
440{

Callers 2

do_commitrollbackFunction · 0.85
sqlite3BtreeCommitFunction · 0.85

Calls 1

rese_commitFunction · 0.85

Tested by

no test coverage detected