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

Method Rollback

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

Source from the content-addressed store, hash-verified

216}
217
218func (c *Conn) Rollback() error {
219 _, err := c.exec("ROLLBACK")
220 return errors.Trace(err)
221}
222
223func (c *Conn) SetCharset(charset string) error {
224 if c.charset == charset {

Callers 2

popConnMethod · 0.95
pushConnMethod · 0.45

Calls 1

execMethod · 0.95

Tested by

no test coverage detected