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
In the MySQL datastore, the handling of the readonly flag should be implemented in runInTx.
At least, recent versions of the golang sql package provide a way to pass it in to BeginTx. We don't know how complete the actual mysql driver support is.