You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Possible interrupt. Fall through to the error path.
ifconn.AutocommitEnabled() {
// There is nothing to rollback.
ifrecoverP!=nil {
panic(recoverP)
}
return
}
}
(The second report on line 209 is a copy & paste of the same.)
This is also present in the crawshaw repository, so this isn't a regression. In examining it, I think this is just dead code, not a defect. However, it would be nice to clean up the surrounding code for easier reading. Thanks for the report.
In
savepoint.go
The text was updated successfully, but these errors were encountered: