Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
func
(c *Conn) Commit() error {
214
_, err := c.exec(
"COMMIT"
)
215
return
errors.Trace(err)
216
}
217
218
func
(c *Conn) Rollback() error {
219
_, err := c.exec(
"ROLLBACK"
)
Callers
1
CloseConn
Method · 0.45
Calls
1
exec
Method · 0.95
Tested by
no test coverage detected