Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
func
(c *Conn) Rollback() error {
219
_, err := c.exec(
"ROLLBACK"
)
220
return
errors.Trace(err)
221
}
222
223
func
(c *Conn) SetCharset(charset string) error {
224
if
c.charset == charset {
Callers
2
popConn
Method · 0.95
pushConn
Method · 0.45
Calls
1
exec
Method · 0.95
Tested by
no test coverage detected