MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Commit

Method Commit

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213func (c *Conn) Commit() error {
214 _, err := c.exec("COMMIT")
215 return errors.Trace(err)
216}
217
218func (c *Conn) Rollback() error {
219 _, err := c.exec("ROLLBACK")

Callers 1

CloseConnMethod · 0.45

Calls 1

execMethod · 0.95

Tested by

no test coverage detected