Given how the Go SQL drives are evolving I no longer think it makes sense in leaving the MySQL support in the code as unmaintained.
I can remove support by updating the code in sqlstore.go by removing the MySQL driver then removing any SQL statements tailored to MySQL. These are usually identifiable by a switch statement where driverName is MySQLDriverName.