For dolthub/go-mysql-server, MySQL compatibility is a top priority. For Grafana, avoiding Cgo is a top priority. dolthub/go-mysql-server uses Cgo for regex by default. You can disable it with a build tag, but then people have to know about that build tag for things like go test (and Mac users have issues with the dependency, we tried and go Makefile and CI working, but then realized we would still have this bump for devs).
So this is a minimal fork which makes non-cgo the default.




