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

Function snapisol_commit

db/sqloffload.c:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419int snapisol_commit(struct sqlclntstate *clnt, struct sql_thread *thd,
420 char *tzname)
421{
422
423 return rese_commit(clnt, thd, tzname, OSQL_SNAPISOL_REQ, 0);
424}
425
426int snapisol_abort(struct sqlclntstate *clnt)
427{

Callers 2

do_commitrollbackFunction · 0.85
sqlite3BtreeCommitFunction · 0.85

Calls 1

rese_commitFunction · 0.85

Tested by

no test coverage detected