gh-ost/vendor/github.com/siddontang/go-mysql/failover/const.go
2017-02-12 13:13:54 +02:00

12 lines
139 B
Go

package failover
const (
IOThreadType = "IO_THREAD"
SQLThreadType = "SQL_THREAD"
)
const (
GTIDModeOn = "ON"
GTIDModeOff = "OFF"
)