MCPcopy Create free account
hub / github.com/acl-dev/acl / rollback

Method rollback

lib_acl_cpp/src/db/db_mysql.cpp:1020–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018}
1019
1020bool db_mysql::rollback(void)
1021{
1022 const char* sql = "rollback";
1023 if (!sql_update(sql)) {
1024 logger_error("%s error: %s", sql, get_error());
1025 return false;
1026 }
1027 return true;
1028}
1029
1030} // namespace acl
1031

Callers

nothing calls this directly

Calls 1

get_errorFunction · 0.50

Tested by

no test coverage detected