Implement `readonly` flag in MySQL data store.
Open
enhancement
- Dominant language
- Go
- Stars
- 154
- Forks
- 33
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.