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.
The text was updated successfully, but these errors were encountered:
I looked into it a bit more, and recent versions of the mysql driver do pass the constraint down, and the InnoDB engine claims to take advantage of it.
In the MySQL datastore, the handling of the
readonly
flag should be implemented inrunInTx
.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.The text was updated successfully, but these errors were encountered: