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
if!c.isAutoCommit() { // not in autocommit ?? // then set it again ?? iferr=co.SetAutoCommit(0); err!=nil {
return
}
} else {
// do transaction ?? iferr=co.Begin(); err!=nil {
return
}
}
thanks for your response.
The text was updated successfully, but these errors were encountered:
kingshard/proxy/server/conn_query.go
Line 139 in f17b393
thanks for your response.
The text was updated successfully, but these errors were encountered: