Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ commit
Method
commit
src/backends/mysql/session.cpp:554–557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
}
553
554
void mysql_session_backend::commit()
555
{
556
hard_exec(conn_,
"COMMIT"
);
557
}
558
559
void mysql_session_backend::rollback()
560
{
Callers
nothing calls this directly
Calls
1
hard_exec
Function · 0.70
Tested by
no test coverage detected